ParaTest\Coverage\CoverageReporterInterface::html PHP Method

html() public method

Generate html coverage report
public html ( string $target )
$target string Report filename
    public function html($target);
CoverageReporterInterface