PHPUnit2_Util_CodeCoverage_Renderer | --PHPUnit2_Util_CodeCoverage_Renderer_HTML
Formatting of the generated HTML can be achieved through CSS (codecoverage.css).
Example
td.ccLineNumber, td.ccCoveredLine, td.ccUncoveredLine, td.ccNotExecutableLine { font-family: monospace; white-space: pre; } td.ccLineNumber, td.ccCoveredLine { background-color: #aaaaaa; } td.ccNotExecutableLine { color: #aaaaaa; }
string endSourceFile( string $sourceFile)
string footer( )
string header( )
string renderSourceFile( array $codeLines, array $executedLines)
string startSourceFile( string $sourceFile)