I'm using PHPUnit/Xdebug for running unit tests and although my Methods and Lines coverage percentile is in the 90s, Classes always reads as 0%. How is the classes coverage determined and is there something special I need to define to trigger it?
Thanks