krakjoe / pcov

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

Failing test for anonymous functions and code coverage not working #79

Closed andrewbroberg closed 2 years ago

andrewbroberg commented 2 years ago

This PR adds a failing test for anonymous functions not being included in coverage since PHP8.1. See #70

This also looks to uncover an issue with closing braces also not being covered since PHP 8.0. See #76

krakjoe commented 2 years ago

Fixed in 99d45163f1de9270de42720e9a4fe9c6f5c7aff9

andrewbroberg commented 2 years ago

Thanks for the quick fix!