Thanks a lot! I've never used EclEmma so far and I thought it yields code coverage info only at code line level...
0
IntelliJ gives you code coverage - no plugins required. It reports % of lines covered by your tests and highlights which ones are executed and which ones have not.