| blib/lib/Net/Appliance/Session/Transport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 0 | $self->nci->transport->is_win32 and $self->has_password |
| 49 | 0 | 0 | 0 | $self->has_username and $self->nci->transport->connect_options->can('username') |
| 57 | 0 | 0 | 0 | $self->do_login and not $self->prompt_looks_like('generic') |
| 59 | 0 | 0 | 0 | $self->nci->phrasebook->has_prompt('user') and $self->prompt_looks_like('user') |
| 99 | 0 | 0 | 0 | $self->do_configure_mode and $self->in_configure_mode |
| 101 | 0 | 0 | 0 | $self->do_privileged_mode and $self->in_privileged_mode |