| 5395 | int high_severe = 0; // more than 3 times IQR above Q3 |
| 5396 | |
| 5397 | int total() const { |
| 5398 | return low_severe + low_mild + high_mild + high_severe; |
| 5399 | } |
| 5400 | }; |
| 5401 | } // namespace Benchmark |
| 5402 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected