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

Method FileCoverage

Plugin/Exporter/FileCoverage.cpp:24–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22{
23 //-------------------------------------------------------------------------
24 FileCoverage::FileCoverage(const std::filesystem::path& path)
25 : path_(path)
26 {
27 }
28
29 //-------------------------------------------------------------------------
30 void FileCoverage::AddLine(unsigned int lineNumber, bool hasBeenExecuted)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected