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