Another coverage tweak.

This commit is contained in:
Eric S. Raymond 2018-11-15 12:40:04 -05:00
parent 79875c8088
commit 5ce427b62b
2 changed files with 3 additions and 6 deletions

View file

@ -186,7 +186,7 @@ bool is_valid(struct game_t valgame)
/* Validate that we didn't die too many times in save */
if (valgame.numdie >= NDEATHS) {
return false;
return false; // LCOV_EXCL_LINE
}
/* Recalculate tally, throw the towel if in disagreement */