We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f339dc4 commit 463a2afCopy full SHA for 463a2af
src/backend/evaluator/simulator/logicState.h
@@ -8,7 +8,7 @@ enum class logic_state_t : std::uint8_t {
8
UNDEFINED = 3
9
};
10
11
-inline std::string logicstate_to_string(logic_state_t state) {
+inline std::string logicstate_to_string(logic_state_t state) /* GCOVR_EXCL_FUNCTION */ {
12
switch (state) {
13
case logic_state_t::LOW:
14
return "L";
0 commit comments