Condition Coverage

blib/lib/Net/XMPP3/Connection.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
158 0 0 0 exists $$self{'SESSION'}{'version'} and $$self{'SESSION'}{'version'} ne ''
162 0 0 0 defined $tls and $$self{'SERVER'}{'tls'}
0 0 0 defined $tls and $tls eq 'required'
268 0 0 0 @result and $result[0] ne 'ok'
333 0 0 0 not $$self{'RECONNECTING'} and $$self{'DISCONNECTED'}
369 0 0 0 exists $$self{'PROCESSERROR'} and $$self{'PROCESSERROR'} == 1

or 3 conditions

line l !l&&r !l&&!r condition
246 0 0 0 $connectAttempt == -1 or $connectAttempt > 0
274 0 0 0 not $$self{'SERVER'}{'allow_register'} or $args{'register'} == 0
376 0 0 0 not defined $timeout or $timeout eq ''