✅ improve coverage
This commit is contained in:
parent
b315fe484a
commit
33662417c1
3 changed files with 17 additions and 10 deletions
|
@ -1434,7 +1434,7 @@ class binary_writer
|
|||
return 'L';
|
||||
}
|
||||
// anything else is treated as high-precision number
|
||||
return 'H';
|
||||
return 'H'; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
case value_t::number_unsigned:
|
||||
|
@ -1460,7 +1460,7 @@ class binary_writer
|
|||
return 'L';
|
||||
}
|
||||
// anything else is treated as high-precision number
|
||||
return 'H';
|
||||
return 'H'; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
case value_t::number_float:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue