LCOV - code coverage report
Current view: top level - 21 - 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             : 
       2             : #include "lib.h"
       3             : 
       4           1 : int libfn1()
       5             : {
       6           1 :     int a =5;
       7           1 :     a++;
       8           1 :     return (a);
       9             : }
      10             : 
      11           1 : int libfn2( int b)
      12             : {
      13           1 :     if (b>10)
      14             :     {
      15           0 :         libfn1();
      16           0 :         return(b);
      17             :     }
      18             :     else
      19           1 :         return(0);
      20             : }
      21             : 

Generated by: LCOV version 1.10