| blib/lib/List/UtilsBy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 29 | 30 | 96.6 |
| line | true | false | branch |
|---|---|---|---|
| 197 | 1 | 8 | unless @_ |
| 206 | 6 | 5 | if ($this > $max) { } |
| 1 | 7 | elsif (wantarray and $this == $max) { } | |
| 215 | 2 | 6 | wantarray ? : |
| 235 | 1 | 8 | unless @_ |
| 244 | 0 | 12 | if ($this < $min) { } |
| 1 | 19 | elsif (wantarray and $this == $min) { } | |
| 253 | 2 | 6 | wantarray ? : |
| 385 | 1 | 6 | unless @_ |
| 427 | 1 | 11 | if @slice < @ret |
| 473 | 6 | 37 | if $idx > $#$arrref |
| 474 | 26 | 11 | unless &$code(local $_ = $arrref->[$idx]) |
| 509 | 3 | 1 | unless &$code(local $_ = $arrref->[$idx]) |
| 550 | 24 | 1 | if @vals |
| 577 | 1 | 12 | if $next > @_ |