Hi,

EclEmma is based in JaCoCo, here are the definitions of the counters supported 
by JaCoCo:

https://www.jacoco.org/jacoco/trunk/doc/counters.html

While JaCoCO does formally not support "multiple condition coverage”, it 
detects a separate branches for every condition if logical shortcut operators 
are used, like:

if (a && b && b) {
   // ….
}

Regards,
-marc

> On 13. Jun 2020, at 21:06, heba.k.alkhal...@gmail.com wrote:
> 
> 
> Does EclEmma provide multiple condition coverage or only branch coverage ?
> Thank you
> 
> -- 
> 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 jacoco+unsubscr...@googlegroups.com 
> <mailto:jacoco+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jacoco/0a502585-8fe7-4460-97e1-799d69baaa52o%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/jacoco/0a502585-8fe7-4460-97e1-799d69baaa52o%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/307AA276-5C33-46E3-9718-C6338D59C21F%40mountainminds.com.

Reply via email to