Inheritance: extends Measurement
 /**
  * Check if test execution time is critical so we need to check it out
  *
  * @return bool
  */
 protected function isAPotentialCriticalTimeUsage()
 {
     return $this->checkEdgeIsOverTaken($this->executionTime->timeInMilliseconds(), $this->executionTimeEdge);
 }