| blib/lib/Psh/Options.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 24 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 6 | ref $value[0] and ref $value[0] eq 'ARRAY' |
| 42 | 0 | 0 | 6 | $options{'array_exports'} and $options{'array_exports'}{$option} |
| 66 | 0 | 0 | 18 | $options{'array_exports'} and $options{'array_exports'}{$option} |
| 74 | 0 | 0 | 0 | ref $val and ref $val eq 'ARRAY' |
| 0 | 0 | 0 | ref $val and ref $val eq 'HASH' | |
| 133 | 0 | 0 | 0 | $env_options{$option} and exists $ENV{uc $option} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 6 | @value > 1 or ref $value[0] and ref $value[0] eq 'ARRAY' |
| 133 | 0 | 0 | 0 | exists $options{$option} or $env_options{$option} and exists $ENV{uc $option} |