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