Condition Coverage

blib/lib/Net/Telnet/Cisco.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
232 0 0 0 $self->autopage and $self->last_prompt =~ /$more_re/
283 0 0 0 $self->always_waitfor_prompt and index($all_re, $prompt_re) == -1
293 0 0 0 $self->autopage and index($all_re, $more_re) == -1
444 0 0 0 $sent_wakeup == 0 and $self->send_wakeup eq 'timeout'

or 2 conditions

line l !l condition
701 0 0 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
301 0 0 0 $all_prompts or @literals
590 0 0 0 not defined $en_level or $en_level =~ /^[1-9]/