Exception
public function cobertura() : Cobertura { if (!$this->hasCobertura()) { throw new Exception('Code Coverage report "Cobertura XML" has not been configured'); } return $this->cobertura; }