[line 37]
[line 43]
PHPUnit2_Extensions_CodeCoverage_Renderer __construct( array $codeCoverageInformation)
string endSourceFile( string $sourceFile)
Overridden in child classes as:
void factory( string $rendererName, array $codeCoverageInformation)
string footer( )
array getSummary( )
Format of the result array:
array( "/tested/code.php" => array( linenumber => flag ) )
flag > 1: line was executed. flag < 1: line is executable but was not executed.
string header( )
string render( )
string renderSourceFile( array $codeLines, array $executedLines)
void renderToFile( string $filename)
string startSourceFile( string $sourceFile)