IntelliJ IDEA 2023.3 Help

Code coverage

Code coverage in IntelliJ IDEA allows you to see the extent to which your code has been executed. It also lets you verify the extent to which your code is covered by unit tests, so that you can estimate how effective these tests are.

Code coverage results

The following code coverage runners are available in IntelliJ IDEA:

  • IntelliJ IDEA code coverage runner (recommended)

  • JaCoCo

Read in this section:

Last modified: 15 March 2024