Hi everyone, I am using PHPUnit to do unit testing in the Symfony / Doctrine project I'm working on. It worked fine until yesterday, when various classes dropped from 100% coverage to 98-99%. The reason for the change is that the open left bracket of these classes for some reason is no longer considered "covered." Here is a screenshot of the problems:

I tried everything, but I canβt understand what causes some classes to have this problem, while others show "full" coverage just fine. This is more annoying than anything, since the tests still work very well, but it would be nice to know what is going on. I use PHP 5.3.2, PHPUnit v3.4.15 and Xdebug v2.1.0 in case that matters.
source share