LCOV - code coverage report
Current view: top level - h - lib.cpp (source / functions) Hit Total Coverage
Test: app.info Lines: 7 9 77.8 %
Date: 2016-01-11 Functions: 2 2 100.0 %

          Line data    Source code
       1             : #include "lib.h"
       2             : 
       3           1 : int libfn1()
       4             : {
       5           1 :     int a =5;
       6           1 :     a++;
       7           1 :     return (a);
       8             : }
       9             : 
      10           1 : int libfn2( int b)
      11             : {
      12           1 :     if (b>10)
      13             :     {
      14           0 :         libfn1();
      15           0 :         return(b);
      16             :     }
      17             :     else
      18           1 :         return(0);
      19             : }
      20             : 
      21             : 

Generated by: LCOV version 1.10