cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

Improve test coverage #684

Closed mborland closed 1 week ago

mborland commented 1 week ago

There are currently 35 uncovered lines in the tests. Cover them, and make sure nothing important is being skipped by say a conditional continue.