GCC Code Coverage Report
Directory: |
./ |
File: |
file1.cpp |
Date: |
0000-00-00 00:00:00 |
|
Exec |
Total |
Coverage |
Lines: |
2 |
2 |
100.0% |
Functions: |
1 |
1 |
100.0% |
Branches: |
0 |
0 |
-% |
Conditions: |
0 |
0 |
-% |
Line |
Branch |
Condition |
Exec |
Source |
1 |
|
|
|
|
2 |
|
|
1 |
int bar() |
3 |
|
|
|
{ |
4 |
|
|
1 |
return 0; |
5 |
|
|
|
} |
6 |
|
|
|
|