forked from OSchip/llvm-project
parent
e0f35a57cd
commit
78db64e88c
|
@ -19,7 +19,7 @@ using namespace coverage;
|
|||
|
||||
FunctionCoverageSummary
|
||||
FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
|
||||
// Compute the region coverage
|
||||
// Compute the region coverage.
|
||||
size_t NumCodeRegions = 0, CoveredRegions = 0;
|
||||
for (auto &CR : Function.CountedRegions) {
|
||||
if (CR.Kind != CounterMappingRegion::CodeRegion)
|
||||
|
|
Loading…
Reference in New Issue