| blib/lib/Array/GroupBy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 33 | 0 | 6 | unless @$data |
| 44 | 6 | 23 | unless $previous_line |
| 50 | 17 | 23 | unless &$compare($previous_line, $line, $args) |
| 69 | 2 | 28 | if @$first != @$second |
| 71 | 13 | 15 | unless $slice and @$slice |
| 76 | 1 | 27 | if max(@$slice) > $#$first |
| 82 | 3 | 58 | unless defined $$first[$_] or defined $$second[$_] |
| 85 | 6 | 52 | if defined $$first[$_] xor defined $$second[$_] |
| 89 | 9 | 43 | unless &$is_equal($$first[$_], $$second[$_]) |