MCPcopy Create free account
hub / github.com/apache/qpid-proton / total

Method total

tests/include/catch.hpp:15275–15277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15273 }
15274
15275 std::size_t Counts::total() const {
15276 return passed + failed + failedButOk;
15277 }
15278 bool Counts::allPassed() const {
15279 return failed == 0 && failedButOk == 0;
15280 }

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected