GCC Code Coverage Report


nested/subdir/
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 5, 0 excluded
80.0%
Functions:
1 of 1, 0 excluded
100.0%
Branches:
1 of 2, 0 excluded
50.0%

A/File4.cpp
Line Branch Exec Source
1 1 int foobar(int param)
2 {
3
1/2
✓ Branch 0 taken 1 time.
✗ Branch 1 not taken.
1 if (param) {
4 1 return 1;
5 } else {
6 return 0;
7 }
8 1 }
9