Condition Coverage

blib/lib/Math/NumSeq/BalancedBinary.pm
Criterion Covered Total %
condition 20 26 76.9


and 3 conditions

line !l l&&!r l&&r condition
251 0 32 0 not ref $zero and @ret >= 64
520 11 0 1 ref $value and $value->isa('Math::BigInt')

or 2 conditions

line l !l condition
71 0 4 $$self{'direction'} ||= 'HtoL'
213 114 97 $num[$z - 1][$o] || 0
305 70 64 $num[$z - 1][$o] || 0
323 18 24 $num[$z - 1][$o] || 0
387 15508 8492 $num[$z - 1][$o] || 0
410 1428 766 $num[$z - 1][$o] || 0
417 0 4413 $num[$o - 1][$o] || 0

or 3 conditions

line l !l&&r !l&&!r condition
276 5 21 32 $value < 2 or $value != int $value
455 176 0 188 $value != int $value or _is_infinite($value)