Overall list of functions
File
Lines
Functions
Branches
4 of 5 lines, 0 excl
(80.0%)
80.0%
1 of 1 functions, 0 excl
100.0%
1 of 2 branches, 0 excl
50.0%
4 of 5 lines, 0 excl
(80.0%)
80.0%
1 of 1 functions, 0 excl
100.0%
1 of 2 branches, 0 excl
50.0%
4 of 5 lines, 0 excl
(80.0%)
80.0%
1 of 1 functions, 0 excl
100.0%
1 of 2 branches, 0 excl
50.0%
4 of 10 lines, 0 excl
(40.0%)
40.0%
1 of 2 functions, 0 excl
50.0%
0 of 2 branches, 0 excl
0.0%
4 of 5 lines, 0 excl
(80.0%)
80.0%
1 of 1 functions, 0 excl
100.0%
1 of 2 branches, 0 excl
50.0%
4 of 7 lines, 0 excl
(57.1%)
57.1%
1 of 2 functions, 0 excl
50.0%
0 of 0 branches, 0 excl
-%
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 5, 0 excluded
80.0%
Functions:
1 of 1, 0 excluded
100.0%
Branches:
1 of 2, 0 excluded
50.0%
C/D/File6.cpp
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 5, 0 excluded
80.0%
Functions:
1 of 1, 0 excluded
100.0%
Branches:
1 of 2, 0 excluded
50.0%
C/file5.cpp
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 5, 0 excluded
80.0%
Functions:
1 of 1, 0 excluded
100.0%
Branches:
1 of 2, 0 excluded
50.0%
File4.cpp
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 5, 0 excluded
80.0%
Functions:
1 of 1, 0 excluded
100.0%
Branches:
1 of 2, 0 excluded
50.0%
file1.cpp
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 10, 0 excluded
40.0%
Functions:
1 of 2, 0 excluded
50.0%
Branches:
0 of 2, 0 excluded
0.0%
file3.cpp
| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | 1 | int four_bar() | |
| 2 | { | ||
| 3 | 1 | int x=1; | |
| 4 | 1 | int y=2; | |
| 5 | 1 | return x+y; | |
| 6 | } | ||
| 7 | |||
| 8 | ✗ | int four_bar_() | |
| 9 | { | ||
| 10 | ✗ | int x=1; | |
| 11 | ✗ | if (x) | |
| 12 | ✗ | return 2*x; /* This is a really long comment that confirms whether gcovr colors lines that exceed normal expectations. */ | |
| 13 | else | ||
| 14 | ✗ | return x; | |
| 15 | ✗ | } | |
| 16 |
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
0 of 2, 0 excluded
0.0%
Functions:
0 of 1, 0 excluded
0.0%
Branches:
0 of 0, 0 excluded
-%
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Lines:
4 of 7, 0 excluded
57.1%
Functions:
1 of 2, 0 excluded
50.0%
Branches:
0 of 0, 0 excluded
-%