| Function (File:Line) | Call count | Line coverage | Branch coverage | Block coverage |
|---|---|---|---|---|
| foo() (main.cpp:3) | called 1 time | 100.0% | -% | 100.0% |
| func_a(int, int) (function.hpp:2) | called 4 times | 100.0% | 100.0% | 100.0% |
| func_b(int, int) (function.hpp:2) | called 1 time | 83.3% | 50.0% | 89.0% |
| main (main.cpp:24) | called 1 time | 100.0% | -% | 100.0% |
| ns::func_a(int) (function.hpp:13) | called 1 time | 100.0% | -% | 100.0% |
| ns::func_b(int) (function.hpp:13) | called 1 time | 100.0% | -% | 100.0% |
| void func<double>(double, double) (main.cpp:8) | called 2 times | 75.0% | 50.0% | 33.0% |
| void func<int>(int, int) (main.cpp:8) | called 2 times | 100.0% | 100.0% | 100.0% |