code-coverage-set-html-background-colors &key counters counters-negative uncovered partially-covered fully-covered hidden-partial error warn eliminated marked-cell
A string.
A string.
A string.
A string.
A string.
A string.
A string.
A string.
A string.
A string.
The function code-coverage-set-html-background-colors
sets the background colors that code-coverage-data-generate-coloring-html uses to color the output.
Each of the keyword arguments, when supplied, must specify a color that is valid HTML. This can be either:
"#RRGGBB"
where RR
, GG
and BB
are hexadecimal numbers specifying the Red, Green and Blue values, orLispWorks does not actually check that the name is a known name.
Only those colors for which a keyword argument is supplied are affected.
See Understanding the code coverage output for details of how the colors are used.
code-coverage-data-generate-coloring-html
code-coverage-set-editor-colors
Understanding the code coverage output
LispWorks User Guide and Reference Manual - 20 Sep 2017