MCPcopy Create free account
hub / github.com/RenderKit/embree / total

Method total

tutorials/external/catch.hpp:12622–12624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12620 }
12621
12622 std::size_t Counts::total() const {
12623 return passed + failed + failedButOk;
12624 }
12625 bool Counts::allPassed() const {
12626 return failed == 0 && failedButOk == 0;
12627 }

Callers 7

runTestsFunction · 0.80
printTotalsFunction · 0.80
printMethod · 0.80
printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80
writeGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected