Home
last modified time | relevance | path

Searched refs:FalseColor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp1149 std::string FalseColor = R.FalseExecutionCount ? "None" : "red branch"; in renderBranchView() local
1153 OS << tag("span", "False", FalseColor); in renderBranchView()