/**
  * @return bool
  */
 public function isCovered()
 {
     return $this->line->isCovered();
 }