IntelliJ IDEA Code Coverage Measure

已回答

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?  

1

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

0

请先登录再写评论。