GCC Code Coverage Report
Directory:
./
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
100.0%
3 / 0 / 3
Functions:
100.0%
1 / 0 / 1
Branches:
-%
0 / 0 / 0
List of functions
Function (File:Line)
Calls
Lines
Branches
Blocks
main (main.c:5)
called 2 times
100.0%
-%
100.0%
main.c
3 covered
0 uncovered
0 partial covered
0 excluded
Line
Branch
Exec
Source
1
#include
<stdio.h>
2
3
#include
"func.h"
4
5
2
int
main
(
int
argc
,
char
*
argv
[])
{
6
2
foo
(
0
);
7
8
2
return
0
;
9
}
10