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

Method GetUnExecutedLinesCount

CppCoverage/CoverageRate.cpp:42–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41 //-------------------------------------------------------------------------
42 int CoverageRate::GetUnExecutedLinesCount() const
43 {
44 return unexecutedLinesCount_;
45 }
46
47 //-------------------------------------------------------------------------
48 int CoverageRate::GetTotalLinesCount() const

Callers 4

TEST_FFunction · 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