Exception
public function text() : Text { if (!$this->hasText()) { throw new Exception('Code Coverage report "Text" has not been configured'); } return $this->text; }