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

Method GetPercentRate

CppCoverage/CoverageRate.cpp:64–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63 //-------------------------------------------------------------------------
64 int CoverageRate::GetPercentRate() const
65 {
66 return static_cast<int>(GetRate() * 100);
67 }
68
69 //-------------------------------------------------------------------------
70 CoverageRate& CoverageRate::operator+=(const CoverageRate& coverageRate)

Callers 3

FillSectionMethod · 0.80
SortByCoverageRateFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64