347 B
347 B
Diff Coverage
Diff: origin/master...HEAD, staged and unstaged changes
- tests/code.py (0.0%): Missing lines 9
Summary
- Total: 1 line
- Missing: 1 line
- Coverage: 0%
tests/code.py
Lines 5-10
if arg is None:
return "a"
elif arg is True:
return "b"
return "c"