Reported code coverage differs from what PHP/Xdebug reports
- Langage dominant
- C++
- Étoiles
- 18.7k
- Forks
- 3.1k
- Merge moyen
- 1 h 47 min
- PR mergées (30 j)
- 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:



Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.