blib/lib/List/GroupBy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
19 | 2 | 16 | ref $options eq 'ARRAY' ? : |
21 | 4 | 14 | unless ref $options->{'keys'} eq 'ARRAY' |
27 | 2 | 12 | unless ref $default eq 'HASH' |
31 | 2 | 10 | unless ref $options->{'operations'} eq 'HASH' |
37 | 2 | 16 | unless ref $operation eq 'CODE' |
60 | 4 | 4 | wantarray ? : |