Searched refs:hasPHPDBGCodeCoverage (Results 1 – 2 of 2) sorted by relevance
31 return $this->hasXdebug() || $this->hasPHPDBGCodeCoverage();190 public function hasPHPDBGCodeCoverage() function in SebastianBergmann\\Environment\\Runtime
289 if ($runtime->hasXdebug() && !$runtime->hasPHPDBGCodeCoverage()) {