MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / total

Method total

extlibs/catch/include/catch/catch.hpp:14541–14543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14539 }
14540
14541 std::size_t Counts::total() const {
14542 return passed + failed + failedButOk;
14543 }
14544 bool Counts::allPassed() const {
14545 return failed == 0 && failedButOk == 0;
14546 }

Callers 6

printTotalsFunction · 0.45
printMethod · 0.45
printTotalsMethod · 0.45
printTotalsDividerMethod · 0.45
writeGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected