From: Eric S. Raymond Date: Thu, 28 Feb 2019 18:38:08 +0000 (-0500) Subject: Add a coverage exception. X-Git-Tag: 1.8~11 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=ae02eac051d710bbf65a5f3b08e8562bc263da4d;ds=sidebyside Add a coverage exception. --- diff --git a/main.c b/main.c index 2840f43..ea9bf8f 100644 --- a/main.c +++ b/main.c @@ -1212,7 +1212,7 @@ static bool do_command() clear_command(&command); continue; } - break; + break;// LCOV_EXCL_LINE default: // LCOV_EXCL_LINE BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE }