Condition Coverage

blib/lib/Net/XMPP/Connection.pm
Criterion Covered Total %
condition 6 33 18.1


and 3 conditions

line !l l&&!r l&&r condition
153 10 0 0 defined $$self{'SERVER'}{'ssl_ca_path'} && '' ne $$self{'SERVER'}{'ssl_ca_path'}
0 0 10 defined $$self{'SERVER'}{'ssl_verify'} && '' ne $$self{'SERVER'}{'ssl_verify'}
192 0 0 10 exists $$self{'SESSION'}{'version'} and $$self{'SESSION'}{'version'} ne ''
196 0 0 10 defined $tls and $$self{'SERVER'}{'tls'}
0 0 0 defined $tls and $tls eq 'required'
302 0 0 0 @result and $result[0] ne 'ok'
367 0 0 0 not $$self{'RECONNECTING'} and $$self{'DISCONNECTED'}
403 30 0 0 exists $$self{'PROCESSERROR'} and $$self{'PROCESSERROR'} == 1

or 3 conditions

line l !l&&r !l&&!r condition
280 0 0 0 $connectAttempt == -1 or $connectAttempt > 0
308 0 0 0 not $$self{'SERVER'}{'allow_register'} or $args{'register'} == 0
410 0 0 30 not defined $timeout or $timeout eq ''