-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Milestone
Description
I'm switching a project from Cobertura to JaCoCo - as part of an eventual upgrade to Java 1.7. I've noticed that JaCoCo indicates missed branches but it doesn't tell you which branch was missed. So in code like the following...
if(a==b || c==d) { ... }
JaCoCo might say '1 of 4 branches' missed. But it doesn't tell me which branch (or even which term in the condition). Cobertura used to give an indication in the form '%50/%100' (I think) which gave some idea of where to start. Could something like this be added?
rhdunn, fernandoabcampos, KannanRNivas, remkop, DivyanshGothwal and 21 more