Starting with [version 2.3.0](http://xdebug.org/updates.php#x_2_3_0) Xdebug supports [collecting branch coverage data](http://derickrethans.nl/path-branch-coverage.html). This package and thus phpunit should use this new feature to gather and output branch coverage in addition to the existing sequence/line coverage.
Starting with version 2.3.0 Xdebug supports collecting branch coverage data.
This package and thus phpunit should use this new feature to gather and output branch coverage in addition to the existing sequence/line coverage.