krakjoe / pcov

PCOV - CodeCoverage compatible driver for PHP
Other
698 stars 28 forks source link

Pcov shows less covered files than xDebug in coverage results #85

Open theKosmoss opened 2 years ago

theKosmoss commented 2 years ago

For a few tests pcov shows a 0% coverage result instead of xDebug, which reports more files covered. XDebug results are more accurate in that manner.

How to tune up pcov so that results would be more similar to xDebug and it would include all actually covered files?

where could be an issue?