| lib/Rex/Interface/Shell/Bash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 18 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | $self->{'path'} and not exists $self->{'__env__'}{'PATH'} | 
| 81 | 0 | 0 | 0 | $self->{'locale'} and not exists $option->{'no_locales'} | 
| 99 | 0 | 0 | 0 | exists $self->{'__sudo_env__'} and $self->{'__sudo_env__'} | 
| 118 | 0 | 0 | 0 | exists $option->{'preprocess_command'} and ref $option->{'preprocess_command'} eq "CODE" | 
| 134 | 0 | 0 | 0 | exists $option->{'prepend_command'} and $option->{'prepend_command'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 19 | 0 | 0 | 0 | ref $class || $class |