GCC Code Coverage Report
Directory:
./
File:
include/lib.h
Date:
2022-03-31 20:09:16
Exec
Total
Coverage
Lines:
2
2
100.0%
Functions:
1
1
100.0%
Branches:
0
0
-%
List of functions
Function
Line
Call count
bar()
2
called 1 time
Line
Branch
Exec
Source
1
int
foo
();
2
1
inline
int
bar
()
{
3
1
return
1
;
4
}
5