blib/lib/Syntax/Feature/EachOnArray.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 10 | 10.0 |
line | true | false | branch |
---|---|---|---|
30 | 0 | 0 | if reftype $thing eq 'HASH' |
32 | 0 | 0 | unless reftype $thing eq 'ARRAY' |
72 | 0 | 0 | if $curr >= @{$$self[0];} |
88 | 0 | 0 | if @{$$self[0];} == $k + 1 |
119 | 1 | 0 | unless $^V lt 5.12.0 |