Hi everybody,
I'm kinda new with Cobertura, i've managed to make it work on a Maven
Project using the Maven Plugin, it was quite simple and did good job :)
Actually, i'm interested in finding which test methods do actually
execute an instruction. I guess this is computed somehow, since there is
a hit counts for each instruction. I'd like to retrieve the identity of
the test methods executing this instruction. Do you see what i mean ?
Instead of knowing that a line is called 10 times, i'd like to know the
10 test methods whose execution reach this instruction.
Any idea on how to do so ? I'm not scare to do efforts to reach my goal :)
Kind regards, and thank you for your help.
Cédric
|