| Function (File:Line) | Call count | Line coverage | Branch coverage | Condition coverage | Block coverage |
|---|---|---|---|---|---|
| bar(int) (main.cpp:38) | excluded | 100% | -% | -% | 0.0% |
| foo(int) (main.cpp:16) | called 5 times | 77.8% | 75.0% | 75.0% | 81.2% |
| Bar::Bar() (main.cpp:7) | called 1 time | 100.0% | -% | -% | 100.0% |
| Bar::~Bar() (main.cpp:9) | not called | 100.0% | -% | -% | 0.0% |
| Bar::~Bar() (main.cpp:9) | called 1 time | 100% | -% | -% | 100.0% |
| main (main.cpp:46) | called 1 time | 100.0% | 100.0% | 100.0% | 100.0% |