GCC Code Coverage Report


Directory: ./
File: A/file4.cpp
Date: 2025-09-27 21:24:05+00:00
Coverage Exec Excl Total
Lines: 66.7% 2 0 3
Functions: 100.0% 1 0 1
Branches: 50.0% 1 0 2
Conditions: 50.0% 1 0 2

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