Searched refs:formatCount (Results 1 – 4 of 4) sorted by relevance
154 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn()195 std::string C = formatCount(S->Count); in renderRegionMarkers()201 << formatCount(S->Count) << "\n"; in renderRegionMarkers()
592 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count), in renderLine()598 << formatCount(CurSeg->Count) << "\n"; in renderLine()618 Count = tag("pre", formatCount(Line.getExecutionCount())); in renderLineCoverageColumn()
225 static std::string formatCount(uint64_t N);
103 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount() function in SourceCoverageView