blib/lib/Shell/EnvImporter/Result.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 0 | 0 | 0 | return $self->shell_status == 0 and $self->command_status == 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | $self->shell_status || $self->command_status || $self->env_status |