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

Method CodeCoverageRunner

CppCoverage/CodeCoverageRunner.cpp:46–55  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

44{
45 //-------------------------------------------------------------------------
46 CodeCoverageRunner::CodeCoverageRunner(
47 std::shared_ptr<Tools::WarningManager> warningManager)
48 : warningManager_{warningManager},
49 filterAssistant_{
50 std::make_shared<FilterAssistant>(std::make_shared<FileSystem>())}
51 {
52 executedAddressManager_ = std::make_shared<ExecutedAddressManager>();
53 exceptionHandler_ = std::make_unique<ExceptionHandler>();
54 breakpoint_ = std::make_shared<BreakPoint>();
55 }
56
57 //-------------------------------------------------------------------------
58 CodeCoverageRunner::~CodeCoverageRunner()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected