On Saturday, April 23, 2016 at 4:54:11 PM UTC+10, [email protected] wrote: > Something like a string showing each line executed or not. > > e.g.011110011 represents, the first line of statement is not executed, while > from the second to the fifth line are executed.
So typically, when we use eclemma, we can distinguish the code into red and green. I want to get a collection of the execution state of each statement. For example, the first, and second statement are executed, while the third is not executed, I want to get a list or a string which is exactly 110. -- 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/1c9840a8-3457-4ca1-8aa2-7ef5f96ca33e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
