Show line no for missing branches in terminal report · Issue #230 · nedbat/coveragepy (original) (raw)

Originally reported by Simon Sapin (Bitbucket: SimonSapin, GitHub: SimonSapin)


coverage report --show-missing shows the line numbers for lines that are not covered at all, but not for line where all branches are not covered. (As shown by the BrMiss column.)

The easiest way I found to know which are the missing lines is through the HTML report, which is not as easy as it would be with the terminal report. Did I miss something?