| blib/lib/Module/Implementation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 24 | 70.8 |
| line | true | false | branch |
|---|---|---|---|
| 33 | 0 | 7 | unless $args{'symbols'} |
| 66 | 2 | 5 | if ($env_value) { } |
| 68 | 0 | 2 | unless grep {$_ eq $env_value;} @{$implementations;} |
| 97 | 3 | 0 | if defined $_ |
| 100 | 4 | 3 | if $ok |
| 104 | 1 | 0 | if (defined $err and length $err) { } |
| 122 | 4 | 5 | $sym =~ s/^([\$\@\%\&\*])// ? : |
| 137 | 0 | 0 | $type eq '*' ? : |
| 1 | 0 | $type eq '%' ? : | |
| 1 | 1 | $type eq '@' ? : | |
| 1 | 2 | $type eq '$' ? : | |
| 6 | 3 | $type eq '&' ? : |