GCC Code Coverage Report
Directory:
../
File:
relevant-library/src/yes.cpp
Date:
2022-03-25 19:56:20
Exec
Total
Coverage
Lines:
2
2
100.0%
Functions:
1
1
100.0%
Branches:
0
0
-%
List of functions
Function
Line
Call count
yes(int)
1
called 1 time
Line
Branch
Exec
Source
1
1
int
yes
(
int
x
)
{
2
1
return
x
%
2
;
3
}
4