Returns true when the runtime used is PHP with the PHPDBG SAPI and the phpdbg_*_oplog() functions are available (PHP >= 7.0).
public function hasPHPDBGCodeCoverage() : bool { return $this->isPHPDBG(); }