blib/lib/HPCI/Env.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 22 | 63.6 |
line | true | false | branch |
---|---|---|---|
83 | 0 | 7 | $self->_has_env_cascade ? : |
251 | 5 | 3 | if ($self->_has_env_retain or $self->_has_env_retain_pat) |
253 | 5 | 0 | if $self->_has_env_retain |
255 | 0 | 5 | if $self->_has_env_retain_pat |
256 | 102 | 0 | unless $_ =~ /$ret_pat/ |
258 | 2 | 6 | if ($self->_has_env_remove or $self->_has_env_remove_pat) |
261 | 2 | 0 | if $self->_has_env_remove |
263 | 0 | 2 | if $self->_has_env_remove_pat |
268 | 4 | 4 | if ($self->_has_env_set) |
272 | 1 | 3 | ref $value eq 'CODE' ? : |
312 | 0 | 0 | if ($self->has_any_env) |