Condition Coverage

blib/lib/Math/NumSeq/ReverseAdd.pm
Criterion Covered Total %
condition 2 16 12.5


and 3 conditions

line !l l&&!r l&&r condition
173 0 0 0 not ref $ret and $ret >= $$self{'uv_limit'}
340 0 0 5 ref $n and $n->isa('Math::BigInt')
0 0 5 ref $n and $n->isa('Math::BigInt') and my $method = $radix_to_stringize_method[$radix]

or 2 conditions

line l !l condition
191 0 0 $$self{'start'} || (return 0)
212 0 0 $$self{'start'} || (return $value == 0)

or 3 conditions

line l !l&&r !l&&!r condition
213 0 0 0 $value < $start or _is_infinite($value)