1 2 4 7 8 9 11 13 16 18 20 24 25 27 |
# A test file for HTML reporting by coverage.
# This will be a branch that misses the else. else: a = 4
# A missed else that branches to "exit"
# for-else can be a three-way branch. else: return 23
|