MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / total

Method total

libcaf_test/caf/test/reporter.hpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 size_t failed = 0;
27
28 size_t total() const noexcept {
29 return passed + failed;
30 }
31
32 stats& operator+=(const stats& other) {
33 passed += other.passed;

Callers 3

stopMethod · 0.80
end_suiteMethod · 0.80
test.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected