Condition Coverage

blib/lib/Net/Ident.pm
Criterion Covered Total %
condition 1 24 4.1


and 3 conditions

line !l l&&!r l&&r condition
229 0 0 0 defined $$self{'maxtime'} and ($timeout = $$self{'maxtime'} - time) < 0
312 0 0 0 defined $$self{'maxtime'} and ($timeout = $$self{'maxtime'} - time) < 0
524 0 0 4 $fail =~ /^_export_hook_(.*)$/ and $Net::Ident::EXPORT_HOOKS{$1}

or 3 conditions

line l !l&&r !l&&!r condition
182 0 0 0 connect $$self{'fh'}, $identbind or $!{'EINPROGRESS'}
248 0 0 0 not defined $err or $! = unpack('L', $err)
398 0 0 0 not defined $reply or $$self{'remoteport'} != $port1
0 0 0 not defined $reply or $$self{'remoteport'} != $port1 or $$self{'localport'} != $port2
446 0 0 0 $opsys =~ /,/ or $opsys eq 'OTHER'