I am trying to measure my code coverage using jacoco, but I dont understand the meaning of the yellow lines. The document says that it is for a condition which is not fully covered. But see the coverage snapshot I got - it is evident that the condition is hit because the subsequent line is green, so why is the condition marked as yellow?
Also, if you can point to a quick reference to what all coverage items that jacoco can show (besides line coverage) that will help a lot.