PHP Class Tester\CodeCoverage\Generators\CloverXMLGenerator

Inheritance: extends AbstractGenerator
Datei anzeigen Open project: nette/tester

Public Methods

Method Description
__construct ( $file, $source = NULL )

Protected Methods

Method Description
renderSelf ( )

Private Methods

Method Description
analyzeMethod ( stdClass $info, array $coverageData = NULL ) : array
appendMetrics ( stdClass $summary, stdClass $add )
calculateClassMetrics ( stdClass $info, array $coverageData = NULL ) : stdClass
setMetricAttributes ( DOMElement $element, stdClass $metrics )

Method Details

__construct() public method

public __construct ( $file, $source = NULL )

renderSelf() protected method

protected renderSelf ( )