<?php
include("broken2.php");

$test = new test();
xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);
$test->test();
var_dump(xdebug_get_code_coverage());
xdebug_stop_code_coverage();
