-
-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
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
Little fix for hhvm code coverage #243
Conversation
* PHP_CodeCoverage_Driver is now an abstract class (was an interface before) * Move getAllowedLines and getLinesToBeIgnored() from PHP_CodeCoverage to new PHP_CodeCoverage_Parser class * Move the application of the blacklist/whitelist/"ignored lines" filtering from PHP_CodeCoverage to PHP_CodeCoverage_Driver * Driver-specific data cleanup is now performed after the blacklist/whitelist/"ignored lines" filtering
Allow / as root folder
Maybe we should change the |
Any news on this? Also, the indentation is a bit dodgie here. |
It's a weird situation because Facebook has abandoned their previous code coverage efforts and they are now porting Xdebug. See facebook/hhvm#1589 and facebook/hhvm#2992. |
21b9006
to
dd8c0d3
Compare
I recreated the Please open a new pull request against the |
Hhvm 3.0.1 code coverage actually returns line => invocation count. This patch normalizes to 1.