Skip to content

Instantly share code, notes, and snippets.

@cbandy
Created June 7, 2011 16:45
Show Gist options
  • Save cbandy/1012637 to your computer and use it in GitHub Desktop.
Save cbandy/1012637 to your computer and use it in GitHub Desktop.
line 6: EXT_STMT + NOP shows as executable
<?php
xdebug_start_code_coverage(XDEBUG_CC_UNUSED);
class MyClass
{
}
print_r(xdebug_get_code_coverage());
Array
(
[/home/cbandy/tests/code_coverage.php] => Array
(
[6] => 1
[9] => 1
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment