CodeCoverageReportNotConfiguredException
public function coverageHtml() : string { if (!$this->hasCoverageHtml()) { throw new CodeCoverageReportNotConfiguredException(); } return $this->coverageHtml; }