/** * @return bool */ protected function showsAverage() { return $this->Sport->isRunning() && $this->Analysis == self::ANALYSIS_DEFAULT; }