Exception
public function html() : Html { if (!$this->hasHtml()) { throw new Exception('Code Coverage report "HTML" has not been configured'); } return $this->html; }