PhpStorm 2020.3 Help

Viewing code coverage results

Viewing code coverage helps you detect pieces of your source code that are not affected by simulation.

  1. The PHPUnit tool is installed on your machine and enabled in PhpStorm.

  2. A Xdebug or Zend Debugger debugging engine is configured in the current PHP interpreter.

View code coverage results

  1. Create a testing run/debug configuration, select it in the Run/Debug Configurations list, and click the Run with Coverage button the Run with Coverage button.

  2. Click Run | Show Code Coverage Data. Alternatively, press Ctrl+Alt+F6.

  3. In the Choose Coverage Suite to Display dialog, select checkboxes next to the suites to view and click the Show selected button.

  4. View coverage results in the dedicated Coverage tool window.

  5. Create missing tests, as described in the section Perform tests.

Last modified: 10 March 2021