Where can I find Coverage Tool Window in IntelliJ IDEA Ultimate 11.02? In tutorial they say it is in View | Tool Windows | Coverage. But in my IDEA it isn't, see picture:
I have coverage plugin enabled.
From the main menu, select Run | Show Coverage Data ( Ctrl+Alt+F6 ). In the Choose Coverage Suite to Display dialog, select the checkboxes next to the necessary suites, and click Show selected. IntelliJ IDEA opens the coverage results for the selected test suites.
To calculate the code coverage percentage, simply use the following formula: Code Coverage Percentage = (Number of lines of code executed by a testing algorithm/Total number of lines of code in a system component) * 100.
To enable code coverage highlighting In the IDEA IDE, on the Analyze menu, click Show Code Coverage Data, or use the Ctrl+Alt+F6 keyboard shortcut.
You need to click on the Run with Coverage button in the toolbar, after tests complete, Coverage panel will appear showing the results of the run.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With