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