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

Method ModuleCoverage

Plugin/Exporter/ModuleCoverage.cpp:25–28  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23{
24 //-------------------------------------------------------------------------
25 ModuleCoverage::ModuleCoverage(const std::filesystem::path& path)
26 : path_(path)
27 {
28 }
29
30 //-------------------------------------------------------------------------
31 ModuleCoverage::~ModuleCoverage()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected