Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
204 0 0 0 defined $output_ref and ref $output_ref eq 'ARRAY'
275 0 0 0 $self->autopage and $self->last_prompt =~ /$more_re/
334 0 0 0 $self->always_waitfor_prompt and index($all_re, $prompt_re) == -1
344 0 0 0 $self->autopage and index($all_re, $more_re) == -1
495 0 0 0 $sent_wakeup == 0 and $self->send_wakeup eq 'timeout'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
352 0 0 0 $all_prompts or @literals
641 0 0 0 $en_level eq '' or $en_level =~ /^[1-9]/