krakjoe / pcov

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

Weird coverage on match statements #87

Open SamMousa opened 2 years ago

SamMousa commented 2 years ago

I'm seeing some weird results in code coverage for match statements: image

Note that this sample code is intentionally broken so that we're 100% sure that PHP is not executing the lines pcov claims are covered.