Updated on 2019–06–23. PHPUnit Code Coverage Analysis is often used with xdebug as the coverage data source. But it has one major drawback: it can become very slow. As a reference, here are my results of running the test suites of three sample projects: As you can see, activating the code coverage analysis multiplies the time needed to run the test suites. Those are just examples of course, and de