Hey, I'd like to know if there is a way to find out if two test executions cover the same instructions using the Java API.
Once I run both coverage analysis, how do I make the comparison between them? (I don't even need to know which instructions were covered by each execution, only if the coverage reports are ""equal"").
I hope I am being clear enough.
Thanks in advance!