Another coverage tweak.
This commit is contained in:
parent
79875c8088
commit
5ce427b62b
2 changed files with 3 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue