blib/lib/App/Sets/Operations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
22 | 120 | 120 | if ($lh eq $rh) { } |
40 | 80 | elsif ($lh gt $rh) { } | |
45 | 168 | 168 | if ($lh eq $rh) { } |
112 | 56 | elsif ($lh lt $rh) { } | |
73 | 96 | 96 | if ($lh eq $rh) { } |
64 | 32 | elsif ($lh lt $rh) { } |