jmrieger / php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.
Other
0 stars 0 forks source link

Implement revised contract in PHPDBG Driver #19

Closed jamesthomasonjr closed 5 years ago

jamesthomasonjr commented 5 years ago

detectExecutedLines didn't seem like the correct place for this at first, but the Convert phpdbg based data into the format CodeCoverage expects comment convinced me otherwise.

Addresses #19