Condition Coverage

blib/lib/Object/Array/Plugin/ListMoreUtils.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
152 0 8 0 defined $_ and ref $_ || _is_number($_)
154 1 1 7 defined $_ and not ref $_

or 3 conditions

line l !l&&r !l&&!r condition
149 1 2 2 ref $value or _is_number($value)
152 1 6 1 ref $_ || _is_number($_)