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