Branch Coverage

/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/libcatch.x/i/catch2/benchmark/detail/catch_stats.hpp
Criterion Covered Total %
branch 0 16 0.0


line true false branch
31 0 0 std::vector copy(first, last);
33 0 0 auto q1 = weighted_average_quantile(1, 4, copy.begin(), copy.end());
34 0 0 auto q3 = weighted_average_quantile(3, 4, copy.begin(), copy.end());
42 0 0 for (; first != last; ++first) {
44 0 0 if (t < los) ++o.low_severe;
45 0 0 else if (t < lom) ++o.low_mild;
46 0 0 else if (t > his) ++o.high_severe;
47 0 0 else if (t > him) ++o.high_mild;