GCC Code Coverage Report
Directory:
./
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
57.1%
4 / 0 / 7
Functions:
50.0%
1 / 0 / 2
Branches:
-%
0 / 0 / 0
Conditions:
-%
0 / 0 / 0
List of functions
Function (File:Line)
Calls
Lines
Branches
Conditions
Blocks
bar() (A/File2.cpp:1)
called 1 time
100.0%
-%
-%
100.0%
bar_() (A/File2.cpp:8)
not called
0.0%
-%
-%
0.0%
A/File2.cpp
4 covered
3 uncovered
0 partial covered
0 excluded
Line
Branch
Condition
Exec
Source
1
1
int
bar
()
2
{
3
1
int
x
=
1
;
4
1
int
y
=
2
;
5
1
return
x
+
y
;
6
}
7
8
✗
int
bar_
()
9
{
10
✗
int
x
=
1
;
11
✗
return
2
*
x
;
12
}
13