| blib/lib/PDLA/Reduce.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 22 | 77.2 |
| line | true | false | branch |
|---|---|---|---|
| 137 | 0 | 5 | unless exists $reduce{$op} or ref $op eq 'CODE' |
| 139 | 1 | 4 | if (@dims > 1) { } |
| 141 | 0 | 2 | $_ < 0 ? : |
| 144 | 1 | 1 | if $_ < $min |
| 1 | 1 | if $_ > $max | |
| 145 | 0 | 1 | if $min >= $n or $max >= $n |
| 150 | 3 | 1 | @dims > 0 ? : |
| 152 | 2 | 3 | if (defined $dim and $dim != 0) |
| 154 | 0 | 2 | if $dim < 0 |
| 155 | 0 | 2 | if $dim < 0 or $dim >= $n |
| 158 | 1 | 4 | ref $op eq 'CODE' ? : |