Coverage for b.py : 70%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# A test file for HTML reporting by coverage.py.
# This will be a branch that misses the else. else: a = 4
# A missed else that branches to "exit"
# This if has two branches, *neither* one taken. a = 1 else: a = 2
|