GCC Code Coverage Report
Directory:
./
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
66.7%
2 / 1 / 4
Functions:
100.0%
1 / 0 / 1
Branches:
50.0%
1 / 0 / 2
List of functions
Function (File:Line)
Calls
Lines
Branches
Blocks
foo6(int) (A/C/D/File6.cpp:1)
called 1 time
66.7%
50.0%
75.0%
A/C/D/File6.cpp
1 covered
1 uncovered
1 partial covered
1 excluded
Line
Branch
Exec
Source
1
−
int foo6(int param)
2
{
3
1/2
✗ Branch 0 not taken.
✓ Branch 1 taken 1 time.
1
if (param) {
4
✗
return 1;
5
} else {
6
1
return 0;
7
}
8
}
9