Yesterday, CI was broken as one branch was not covered, see
plugins.py 210 0 50 1 99% 303->302

While the arrow symbols for if/else branches are more or less self explanatory, here I did not understand what it means.
I then had a look at
I'd like to have examples for both if/else and for-loops (and maybe other special things), and explanations for those examples, ideally at the branch coverage page, and maybe a link from the cmd.html page, where the branch coverage example is shown, a la "more examples and explanations at ...".
Thank you!
Yesterday, CI was broken as one branch was not covered, see
While the arrow symbols for if/else branches are more or less self explanatory, here I did not understand what it means.
I then had a look at
but did not find any explanation. I then reached out to a online chat, where I was helped: The for-loop is not exhausted
I'd like to have examples for both if/else and for-loops (and maybe other special things), and explanations for those examples, ideally at the branch coverage page, and maybe a link from the
cmd.htmlpage, where the branch coverage example is shown, a la "more examples and explanations at ...".Thank you!