We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f35a5 commit 78db64eCopy full SHA for 78db64e
llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
@@ -19,7 +19,7 @@ using namespace coverage;
19
20
FunctionCoverageSummary
21
FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
22
- // Compute the region coverage
+ // Compute the region coverage.
23
size_t NumCodeRegions = 0, CoveredRegions = 0;
24
for (auto &CR : Function.CountedRegions) {
25
if (CR.Kind != CounterMappingRegion::CodeRegion)
0 commit comments