IntelliJ IDEA Code Coverage Measure
Answered
Hi,
I am unable to find information on how IntelliJ IDEA built-in coverage plugin does it's code coverage.
I am only able to get code coverage results showing class, method and line. However, does IntelliJ support other coverage measure like branch coverage, loop coverage, condition coverage, path coverage?
Please sign in to leave a comment.
Hi,
there is a setting to collect tracing coverage (Coverage tab in the run configuration), then additional information about branches would be collected and shown in the editor. View won't have this information, please watch/vote https://youtrack.jetbrains.com/issue/IDEA-102075
Anna