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

Method GetTotalLinesCount

CppCoverage/CoverageRate.cpp:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47 //-------------------------------------------------------------------------
48 int CoverageRate::GetTotalLinesCount() const
49 {
50 return executedLinesCount_ + unexecutedLinesCount_;
51 }
52
53 //-------------------------------------------------------------------------
54 double CoverageRate::GetRate() const

Callers 5

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

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TESTFunction · 0.64