Condition Coverage

blib/lib/Net/OICQ/ServerEvent.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 0 defined $data and length $data > 8
124 0 0 0 $srcid != 10000 and not defined $$oicq{'Info'}{$srcid}
223 0 0 0 defined $$oicq{'Socket'} and defined $mesg
0 0 0 defined $$oicq{'Socket'} and defined $mesg and not $$self{'Ignore'}
457 0 0 0 unpack('H4', $plain) eq '0400' and length $plain > 18

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 $cmd eq 'login' or $cmd =~ /^reg_new_id_/
128 0 0 0 $msg_type == 32 or $msg_type == 43
265 0 0 0 $code eq '02' or $code eq '41'