What is IntelliJ code coverage?
Coverage of code IntelliJ IDEA’s code coverage feature allows you to view how much of your code has been run. It also allows you to check how much of your code is covered by unit tests, allowing you to estimate how effective they are.