Issues with IntelliJ IDEA's bundled Coverage plugin

Answered
       Hi there! Currently I'm using the IntelliJ IDEA 2019.2(Ultimate Edition) with its bundled Coverage plugin to do some research work. However it seems I encouter a problem.
       Specifically, after I run my code with coverage mode, I can get the hit information of each line just when I click the green line on the left of each line. It will show me the detailed information, but it seems the information can only be accessed inside the IDE.
 
I hope to know how many times each line is hit along with the generated html report, whereas I can only tell which line was executed and which was not through the colored line on the left of each line.
 
Is there any way to bundle the hit num information with the generated report? Or if there is no existing interfece, what should I do to achieve this? Since if you can get it inside the IDE, you should be able to extract it.
       Thank you very much for your kindly help!

 

2
6 comments

This is not implemented now.

Filed the feature request: https://youtrack.jetbrains.com/issue/IDEA-248481, feel free to upvote and follow it. 

1
Avatar
Permanently deleted user

Thanks a lot. But I'm a little curious about how this function is implemented in IDEA. Could you give some hints?

0
Avatar
Permanently deleted user

Thanks. That's a really huge and excellent project and I will study it carefully.  By the way, could you help me in finding the function whose role is to show the hit count when I click the colored line on the left of code. I'm totally lost in such a complicated souce code.

0
Avatar
Permanently deleted user

I couldn't appreciate your help more. It's very helpful, thanks again.

0

Please sign in to leave a comment.