Reported code coverage differs from what PHP/Xdebug reports
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
While working on code coverage support for PHPUnit on HHVM, I discovered that the reported code coverage differs from what Xdebug reports. This will probably not be the only difference between HHVM's and Xdebug's code coverage but it's the first I found.
To reproduce, simply run PHPUnit's `master` on the test suite of https://github.com/sebastianbergmann/money (`phpunit -c build`).
PHP and Xdebug report 100% code coverage:

HHVM reports less than 100% code coverage:



Contributor guide
Assessment
This issue has not been assessed yet.