GCC Code Coverage Report
Directory:
.
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
100.0%
2 / 0 / 2
Functions:
100.0%
1 / 0 / 1
Branches:
-%
0 / 0 / 0
List of functions
Function (File:Line)
Calls
Lines
Branches
Blocks
main (main.cpp:2)
called 1 time
100.0%
-%
100.0%
main.cpp
2 covered
0 uncovered
0 partial covered
0 excluded
Line
Branch
Exec
Source
1
2
1
int main() {
3
1
return 0;
4
}
5