blib/lib/App/Sets/Operations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 16 | 75.0 |
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) |
line | l | !l | condition |
---|---|---|---|
20 | 200 | 40 | $l->drop // (last) |
21 | 160 | 0 | $r->drop // (last) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 40 | 236 | 4 | $lh //= $l->drop // (last) |
21 | 80 | 160 | 0 | $rh //= $r->drop // (last) |