Branch Coverage

blib/lib/Math/NumSeq/ReverseAdd.pm
Criterion Covered Total %
branch 2 28 7.1


line true false branch
47 0 0 $$self{'start'} ? :
68 0 0 if (ref $self)
131 0 0 if ($start == 0)
173 0 0 if (not ref $ret and $ret >= $$self{'uv_limit'})
186 0 0 if (_is_infinite($i))
213 0 0 if ($value < $start or _is_infinite($value))
219 0 0 if ($value != $int)
228 0 0 unless ($value > $k)
236 0 0 unless ($value > $k)
255 0 0 if (_is_infinite($value))
261 0 0 if ($value <= 1)
276 1 0 if (length $str & 1)
340 5 0 if (ref $n and $n->isa('Math::BigInt') and my $method = $radix_to_stringize_method[$radix])
353 0 0 if ($radix == 10)