Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp696 std::string TrueColor = R.ExecutionCount ? "None" : "red"; in renderBranchView() local
700 OS << tag("span", "True", TrueColor); in renderBranchView()