GCC Code Coverage Report


nested/subdir/
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
-%
Conditions:
0 of 0, 0 excluded
-%

A/File2.cpp
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