When running coverage, lines that should have run but didn't are called "unexecuted." What's a word for the opposite? Lines we said wouldn't run, but did: Sneaks? Surprises? Gremlins? Escapees? We need ideas! github.com/nedbat/coverag… (also need opinions about how to report...)
1
0
0
0
0
@coveragepy this feels a bit more intuitive to me: missing or missed = should have run but didnt unexpected or surprise = shouldn't have run but did