| blib/lib/Env/Modulecmd.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 24 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 1 | 0 | unless $modulecmd =~ /^\@\@/ |
| 18 | 1 | 0 | unless $modulepath =~ /^\@\@/ |
| 38 | 0 | 0 | if (ref $arg eq 'HASH') { } |
| 42 | 0 | 0 | if (ref $val eq 'ARRAY') { } |
| 126 | 1 | 0 | if ($err or $retcode) |
| 143 | 0 | 1 | if $error_from_modulecmd |
| 163 | 1 | 0 | if ($retcode) |
| 166 | 1 | 0 | unless ($error_from_modulecmd) |
| 177 | 0 | 0 | if ($croak) { } |
| 183 | 0 | 0 | if $^W |
| 194 | 0 | 0 | if ($out) |
| 202 | 0 | 0 | if $@ |