No, JaCoCo doesn't track call stacks; it only tracks whether some code path was covered. You'll need to collect the execution data after each test method and analyze the coverage for each test method separately.
-- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/e30edc26-469d-4ee0-b5c0-2ab5a41e92d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
