Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp485 const char *CellClass = "column-entry-yellow"; in emitTableRow() local
487 CellClass = "column-entry-gray"; in emitTableRow()
489 CellClass = "column-entry-green"; in emitTableRow()
491 CellClass = "column-entry-red"; in emitTableRow()
492 Columns.emplace_back(tag("td", tag("pre", S), CellClass)); in emitTableRow()