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

Method LineCoverage

Plugin/Exporter/LineCoverage.cpp:23–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21{
22 //-------------------------------------------------------------------------
23 LineCoverage::LineCoverage(unsigned int lineNumber, bool hasBeenExecuted)
24 : lineNumber_(lineNumber)
25 , hasBeenExecuted_(hasBeenExecuted)
26 {
27 }
28
29 //-------------------------------------------------------------------------
30 unsigned int LineCoverage::GetLineNumber() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected