Start collection of code coverage information.
Overrides PHP_CodeCoverage_Driver::start
public function start() { xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE); }