Right now I use Jacoco to know the coverage of the whole test suite, but I would need to break down the coverage information by test case.
I need to create a program that does this since we need to automate a large suite. I guess this should be done by using the API...
Is there a way of doing this? I'm new to Jacoco, please help.