MCPcopy Create free account
hub / github.com/Profactor/cv-plot / total

Method total

CvPlot/ext/catch2/inc/catch.hpp:5397–5399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected