MCPcopy Create free account
hub / github.com/RenderKit/oidn / delta

Method delta

external/catch.hpp:15283–15292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15281 }
15282
15283 Totals Totals::delta( Totals const& prevTotals ) const {
15284 Totals diff = *this - prevTotals;
15285 if( diff.assertions.failed > 0 )
15286 ++diff.testCases.failed;
15287 else if( diff.assertions.failedButOk > 0 )
15288 ++diff.testCases.failedButOk;
15289 else
15290 ++diff.testCases.passed;
15291 return diff;
15292 }
15293
15294}
15295// end catch_totals.cpp

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected