Eclemma says 1 of 4 branches not covered, but which branch is it?
问题 Is there a simple way to tell which branch I am missing? I.e. I have some code like this: if (x || y) { // do stuff } In the coverage highlighting there is a yellow dot in Eclipse that says: 1 of 4 branches missed but I would like to know which branch is missing. 回答1: An open issue on the github repo for Eclemma's parent, jacoco, suggests that such a feature would actually be a bit difficult to include. However, even without an Eclemma feature, if the goal is just to figure out the branches