ParaTest\Coverage\CoverageReporterLegacy::html PHP Method

html() public method

Generate html coverage report
public html ( string $target )
$target string Report filename
    public function html($target)
    {
        $html = new \PHP_CodeCoverage_Report_HTML();
        $html->process($this->coverage, $target);
    }