GCC Code Coverage Report
Directory:
./
File:
include/lib.h
Date:
2025-09-27 21:24:05+00:00
Coverage
Exec
Excl
Total
Lines:
100.0%
2
0
2
Functions:
100.0%
1
0
1
Branches:
-%
0
0
0
List of functions
Function (Line)
Call count
Line coverage
Branch coverage
Block coverage
bar() (line 2)
called 1 time
100.0%
-%
100.0%
Line
Branch
Exec
Source
1
int
foo
();
2
1
inline
int
bar
()
{
3
1
return
1
;
4
}
5