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