Impossible missed branch to a negative line · Issue #466 · nedbat/coveragepy (original) (raw)
Originally reported by Donald Stufft (Bitbucket: dstufft, GitHub: dstufft)
I'm being told that I'm missing a branch from line 404 to line -68. This seems impossible to me since a negative line makes zero sense.
Should be able to reproduce by cloning github.com/pypa/linehaul, checking out commit e6fd40a
, installing requirements-dev.txt (I'm running CPython 3.5.1 on OSX if it matters) and then running make tests
.