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

Method GetExecutedLinesCount

CppCoverage/CoverageRate.cpp:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35 //-------------------------------------------------------------------------
36 int CoverageRate::GetExecutedLinesCount() const
37 {
38 return executedLinesCount_;
39 }
40
41 //-------------------------------------------------------------------------
42 int CoverageRate::GetUnExecutedLinesCount() const

Callers 5

TEST_FFunction · 0.80
SetCoverageAttributesFunction · 0.80
FillSectionMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64