🚨 fixed coverage

parent 19647e08
...@@ -463,7 +463,7 @@ class serializer ...@@ -463,7 +463,7 @@ class serializer
continue; continue;
} }
} }
break; break; // LCOV_EXCL_LINE
} }
default: // decode found yet incomplete multi-byte code point default: // decode found yet incomplete multi-byte code point
......
...@@ -11161,7 +11161,7 @@ class serializer ...@@ -11161,7 +11161,7 @@ class serializer
continue; continue;
} }
} }
break; break; // LCOV_EXCL_LINE
} }
default: // decode found yet incomplete multi-byte code point default: // decode found yet incomplete multi-byte code point
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment