LCOV - code coverage report
Current view: directory - redis/src - release.c (source / functions) Found Hit Coverage
Test: redis.info Lines: 4 4 100.0 %
Date: 2012-04-04 Functions: 2 2 100.0 %
Colors: not hit hit

       1                 : /* Every time the Redis Git SHA1 or Dirty status changes only this file
       2                 :  * small file is recompiled, as we access this information in all the other
       3                 :  * files using this functions. */
       4                 : 
       5                 : #include "release.h"
       6                 : 
       7            9221 : char *redisGitSHA1(void) {
       8            9221 :     return REDIS_GIT_SHA1;
       9                 : }
      10                 : 
      11            9221 : char *redisGitDirty(void) {
      12            9221 :     return REDIS_GIT_DIRTY;
      13                 : }

Generated by: LCOV version 1.7