LCOV - code coverage report
Current view: top level - mydoc - hello.c (source / functions) Hit Total Coverage
Test: hello_test.info Lines: 4 5 80.0 %
Date: 2021-05-13 11:48:57 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #include<stdio.h>
       2             : 
       3           1 : int main(int argc,char* argv[])
       4             : {
       5           1 :     if(argc>1)
       6           0 :        printf("AAAA\n");
       7             :     else
       8           1 :        printf("BBB\n");
       9           1 :     return 0;
      10             : }

Generated by: LCOV version 1.14