Branch Coverage

blib/lib/Math/NumSeq/RadixConversion.pm
Criterion Covered Total %
branch 14 18 77.7


line true false branch
149 0 3 if ($$self{'to_radix'} == $$self{'from_radix'})
183 0 108 if ($value == $$self{'value_uv_limit'})
195 0 282 if (_is_infinite($i))
200 9 273 if ($i < 0)
207 9 273 $neg ? :
214 0 2629 if (_is_infinite($value))
219 1286 1343 if ($value != $int)
227 44 1299 if ($to_radix <= $from_radix)
233 1258 356 if ($digit >= $from_radix)