| blib/lib/Util/Underscore/ListUtils.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 26 | 26 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 22 | 1 | 11 | unless defined wantarray | 
| 23 | 2 | 9 | unless @_ | 
| 24 | 2 | 7 | unless @_ > 1 | 
| 26 | 2 | 5 | if (wantarray) { } | 
| 34 | 4 | 4 | if &$is_less_than($key, $max_key) | 
| 35 | 2 | 2 | if (&$is_less_than($max_key, $key)) | 
| 51 | 5 | 8 | if (&$is_less_than($max_key, $key)) | 
| 70 | 1 | 6 | unless (defined wantarray) | 
| 75 | 4 | 2 | if (@_ <= 1) | 
| 76 | 2 | 2 | if wantarray | 
| 88 | 1 | 3 | unless @_ | 
| 89 | 1 | 2 | unless (defined wantarray) | 
| 95 | 1 | 1 | wantarray ? : |