| blib/lib/Array/Average.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 24 | 3 | if (@data) { } |
| 59 | 2 | 185 | if (@_ == 0) { } |
| 119 | 66 | elsif (@_ == 1) { } | |
| 63 | 2 | 117 | if (not defined $val) { } |
| 89 | 28 | elsif (not defined reftype($val)) { } | |
| 7 | 21 | elsif (reftype $val eq 'HASH') { } | |
| 11 | 10 | elsif (reftype $val eq 'ARRAY') { } | |
| 10 | 0 | elsif (reftype $val eq 'SCALAR') { } |