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