Condition Coverage

blib/lib/Math/NumSeq/UndulatingNumbers.pm
Criterion Covered Total %
condition 21 23 91.3


and 3 conditions

line !l l&&!r l&&r condition
105 2375 2221 293 not $$self{'including_repdigits'} and $$self{'b'} == $$self{'a'}
177 1522 204 1474 not $including_repdigits and $i > $radix
235 15144 13897 2708 not $$self{'including_repdigits'} and $a == $b
286 15026 13529 2414 not $including_repdigits and $a == $b

or 2 conditions

line l !l condition
243 3136 1586 int $value / $radix || (last)

or 3 conditions

line l !l&&r !l&&!r condition
169 3200 0 1934 $i < $pair_step or _is_infinite($i)
278 15026 7153 8790 $including_repdigits || $a < $b
291 15026 13529 0 $including_repdigits or $a != $b