Branch Coverage

blib/lib/Net/Appliance/Session/Transport.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
41 0 0 if $options->$has
44 0 0 if ($self->nci->transport->is_win32 and $self->has_password)
49 0 0 if $self->has_username and $self->nci->transport->connect_options->can('username')
57 0 0 if ($self->do_login and not $self->prompt_looks_like('generic'))
59 0 0 if ($self->nci->phrasebook->has_prompt('user') and $self->prompt_looks_like('user'))
61 0 0 unless $self->has_username
67 0 0 unless $self->has_password
76 0 0 unless $self->prompt_looks_like('generic')
82 0 0 $self->do_privileged_mode ? :
83 0 0 $self->do_configure_mode ? :
86 0 0 if $self->do_paging
95 0 0 if $self->close_called
98 0 0 if ($self->nci->transport->connect_ready)
99 0 0 if $self->do_configure_mode and $self->in_configure_mode
101 0 0 if $self->do_privileged_mode and $self->in_privileged_mode
105 0 0 if $self->do_paging
108 0 0 if ($self->nci->phrasebook->has_macro('disconnect'))