reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
468 for (unsigned i = 2; i < NumOfCoverageCategories - 1; ++i) { 468 for (unsigned i = 2; i < NumOfCoverageCategories - 1; ++i) { 469 OS << ",\"" << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1 469 OS << ",\"" << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1 470 << "% of its scope covered\":" << LocationStats[i]; 472 << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1 472 << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1 473 << "% of its scope covered: " << LocationStats[i]);