Condition Coverage

blib/lib/Array/GroupBy.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
71 12 1 15 $slice and @$slice

or 3 conditions

line l !l&&r !l&&!r condition
82 56 2 3 defined $$first[$_] or defined $$second[$_]

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
85 52 4 2 0 defined $$first[$_] xor defined $$second[$_]