Condition Coverage

blib/lib/POE/Component/Client/Asterisk/Manager.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 0 defined $alias and length $alias
111 0 0 0 $$heap{'_logged_in'} == 0 and $$heap{'_connected'} == 0
0 0 0 $$heap{'_connected'} == 1 and $$heap{'_logged_in'} == 0
168 0 0 0 $$input{'Response'} and lc $$input{'Response'} eq 'success'
185 0 0 0 $$input{'Message'} and lc $$input{'Message'} eq 'authentication accepted'
0 0 0 $$input{'Message'} and lc $$input{'Message'} eq 'authentication failed'
217 0 0 0 exists $$input{$c} and $$heap{'params'}{'CallBacks'}{$k}{$c} eq $$input{$c}

or 2 conditions

line l !l condition
31 0 0 $params{'listen_port'} || 5038
62 0 0 $params{'reconnect_time'} || 5
63 0 0 $params{'requeue_posts'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
214 0 0 0 $$heap{'params'}{'CallBacks'}{$k} eq ':all' or $$heap{'params'}{'CallBacks'}{$k} eq 'default'