Simply describe coverage.exec as:
data-11 -> {id=11, name=org/example/Example, instr = [5,12]},
data-12 -> {id=12, name=org/example/Example, instr = [6,14]},
data-21 -> {id=21, name=org/example/Example$1, instr = [0,3]},
data-22 -> {id=22, name=org/example/Example$1, instr = [2,2]}
If we use class files as:
org/example/Example.class --calculate --> id=11,
org/example/Example.class$1 --calculate --> id=21
So if we use class id, we filter data as:
data-11 -> {id=11, name=org/example/Example, instr = [5,12]},
data-21 -> {id=21, name=org/example/Example$1, instr = [0,3]}
So we can answer all questions.
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.