Condition Coverage

blib/lib/App/Sets/Operations.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
44 84 0 336 defined($lh = $l->head) and defined($rh = $r->head)
72 32 0 192 defined($lh = $l->head) and defined($rh = $r->head)

or 2 conditions

line l !l condition
20 200 40 $l->drop // (last)
21 160 0 $r->drop // (last)

or 3 conditions

line l !l&&r !l&&!r condition
20 40 236 4 $lh //= $l->drop // (last)
21 80 160 0 $rh //= $r->drop // (last)