Searched refs:getExecutionCount (Results 1 – 6 of 6) sorted by relevance
82 if (LCS.getExecutionCount()) in get()
219 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn()254 if (S->Count == Line.getExecutionCount()) in renderRegionMarkers()
73 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n'; in renderLineExecutionCounts()
848 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine()878 Count = tag("pre", formatCount(Line.getExecutionCount())); in renderLineCoverageColumn()880 (Line.getExecutionCount() > 0) ? "covered-line" : "uncovered-line"; in renderLineCoverageColumn()
131 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
953 uint64_t getExecutionCount() const { return ExecutionCount; } in getExecutionCount() function