Viewing code coverage results
Viewing code coverage helps you detect pieces of your source code that are not affected by simulation.
Prerequisites
The PHPUnit tool is installed on your machine and enabled in PhpStorm.
A Xdebug or Zend Debugger debugging engine is configured in the current PHP interpreter.
View code coverage results
Create a testing run/debug configuration, select it in the Run/Debug Configurations list, and click the Run with Coverage button .
Click
. Alternatively, press Ctrl+Alt+F6.In the Choose Coverage Suite to Display dialog, select checkboxes next to the suites to view and click the Show selected button.
View coverage results in the dedicated Coverage tool window.
Create missing tests, as described in the section Perform tests.
Last modified: 19 March 2022