| blib/lib/Array/Each/Override.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 0 | 8 | if not $KNOWN_FUNCTION{$name} and $name ne ':global' and $name ne ':safe' |
| 48 | 6 | 7 | if @imports and $imports[0] =~ /\A :/msx |
| 52 | 2 | 11 | if grep {/^:/;} @imports |
| 54 | 10 | 1 | unless @imports |
| 56 | 2 | 9 | if $mode eq ':global' |
| 61 | 9 | 22 | if $mode eq ':safe' |