Kahlan\Reporter\Coverage\Driver\HHVM::start PHP Method

start() public method

Starts code coverage.
public start ( )
    public function start()
    {
        //@see bug https://github.com/facebook/hhvm/issues/4752
        try {
            fb_enable_code_coverage();
        } catch (Exception $e) {
        }
    }