Kahlan\Reporter\Coverage\Driver\Xdebug::start PHP Метод

start() публичный Метод

Starts code coverage.
public start ( )
    public function start()
    {
        //@see bug https://github.com/facebook/hhvm/issues/4752
        try {
            xdebug_start_code_coverage($this->_config['coverage']);
        } catch (Exception $e) {
        }
    }