GCC Code Coverage Report
Directory:
./
File:
A/file7.cpp
Date:
2025-09-27 21:24:05+00:00
Coverage
Exec
Excl
Total
Lines:
0.0%
0
0
1
Functions:
0.0%
0
0
1
Branches:
-%
0
0
0
Conditions:
-%
0
0
0
List of functions
Function (Line)
Call count
Line coverage
Branch coverage
Condition coverage
Block coverage
uncovered() (line 1)
not called
0.0%
-%
-%
0.0%
Line
Branch
Condition
Exec
Source
1
int uncovered()
2
{
3
✗
return 0;
4
}
5