| Function (File:Line) | Call count | Line coverage | Branch coverage | Block coverage |
|---|---|---|---|---|
| Bar::Bar() (tests/exclude-line-branch/main.cpp:10) | called 1 time | 100.0% | -% | 100.0% |
| Bar::~Bar() (tests/exclude-line-branch/main.cpp:12) | called 1 time | 50.0% | -% | 100.0% |
| bar(int) (tests/exclude-line-branch/bar.cpp:14) | not called | 100.0% | -% | 0.0% |
| foo(int) (tests/exclude-line-branch/foo.cpp:2) | called 5 times | 77.8% | 75.0% | 81.0% |
| main (tests/exclude-line-branch/main.cpp:19) | called 1 time | 100.0% | 100.0% | 100.0% |