Hi,

you can export XML-Reports to get the coverage status of every line:

http://eclemma.org/userdoc/importexport.html

See "line" tags in this example export: http://eclemma.org/jacoco/trunk/coverage/jacoco.xml

Regards,
-marc


On 23.04.16 10:49, [email protected] wrote:
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/571BA4DC.8050904%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to