Searched refs:FalseExecutionCount (Results 1 – 6 of 6) sorted by relevance
235 unsigned Total = R.ExecutionCount + R.FalseExecutionCount; in renderBranchView()239 FalsePercent = ((double)(R.FalseExecutionCount) / (double)Total) * 100.0; in renderBranchView()261 getOptions().Colors && !R.FalseExecutionCount, in renderBranchView()266 OS << ": " << formatCount(R.FalseExecutionCount); in renderBranchView()
671 unsigned Total = R.ExecutionCount + R.FalseExecutionCount; in renderBranchView()675 FalsePercent = ((double)(R.FalseExecutionCount) / (double)Total) * 100.0; in renderBranchView()708 std::string FalseColor = R.FalseExecutionCount ? "None" : "red"; in renderBranchView()710 (R.FalseExecutionCount > 0) ? "covered-line" : "uncovered-line"; in renderBranchView()715 OS << tag("span", formatCount(R.FalseExecutionCount), FalseCovClass); in renderBranchView()
32 if (BR.FalseExecutionCount > 0) in sumBranches()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
97 clamp_uint64_to_int64(Region.FalseExecutionCount), Region.FileID, in renderBranch()
305 uint64_t FalseExecutionCount; member310 FalseExecutionCount(0), Folded(false) {} in CountedRegion()313 uint64_t FalseExecutionCount) in CountedRegion()315 FalseExecutionCount(FalseExecutionCount), Folded(false) {} in CountedRegion()