Closed alandefreitas closed 7 months ago
GCOVR code coverage report https://835.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://835.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://835.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.13%. Comparing base (
9d4a4a5
) to head (0ee988f
).
This commit simplifies duplicated code so that we tests all paths for the pct_string_view::decode function. Unreachable paths are also marked.
This is a partial solution to #828, where src/detail/decode.cpp has low coverage.