json icon indicating copy to clipboard operation
json copied to clipboard

Investigate untested str4 state in serializer

Open grisumbras opened this issue 3 years ago • 0 comments

See https://app.codecov.io/gh/boostorg/json/compare/551/tree/include/boost/json/impl/serializer.ipp#D1L220 https://app.codecov.io/gh/boostorg/json/compare/551/tree/include/boost/json/impl/serializer.ipp#D1L339

The state is either untested, because the condition that leads to it is very rare, in which case it still should be recreated in tests. Or this state is genuinely unreachable and should be removed.

grisumbras avatar Apr 28 '21 12:04 grisumbras