I'm pretty new to this awesome feature of IntelliJ. When I run code coverage, I can see in the IDE green marks that indicate the line was covered and red marks that indicate the line was not covered. It's great, but I want to see what were the unit tests that covered these lines.
When I click the green marks, I only see number of hits:
Do you know how to see it?