Hi here,

I'm having a strange behavior with following code:

opts.setTraceExecution(LOG.isDebugEnabled());
opts.setVeryQuiet(!LOG.isDebugEnabled());

http://www.image-share.com/upload/2739/182.png

The first statement is not considered as a branch while the second one is.

I was said this is because of bytecode produced by the compiler but from a user 
point of view "this is implementation details" ;). 

Either any method accepting a boolean parameter should be considered as a 
branch, or not. Here it seems to be a mix depending on the presence of "!".

Do you think something could be done here?

Regards,

Julien

-- 
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.

Reply via email to