We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have a php file named test.php, the last line number is 30, and it is an empty line \pcov\collect() return an array
array(1) { ["/webroot/localhost/pcov/src/test.php"] => array(10) { [30] => int(-1) [11] => int(1) [12] => int(-1) [13] => int(1) [14] => int(1) [17] => int(1) [18] => int(1) [19] => int(1) [22] => int(1) [26] => int(-1) } }
why the key of first item in the return array is 30.
The text was updated successfully, but these errors were encountered:
Hard to tell, if you can't show that file.
Sorry, something went wrong.
No branches or pull requests
i have a php file named test.php, the last line number is 30, and it is an empty line
\pcov\collect() return an array
why the key of first item in the return array is 30.
The text was updated successfully, but these errors were encountered: