MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / SetStopOnAssert

Method SetStopOnAssert

CppCoverage/RunCoverageSettings.cpp:54–57  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

52
53 //-------------------------------------------------------------------------
54 void RunCoverageSettings::SetStopOnAssert(bool stopOnAssert)
55 {
56 stopOnAssert_ = stopOnAssert;
57 }
58
59 //-------------------------------------------------------------------------
60 void RunCoverageSettings::SetMaxUnmatchPathsForWarning(size_t maxUnmatchPathsForWarning)

Callers 1

RunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected