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
241 0 0 0 defined $$self{'maxtime'} and ($timeout = $$self{'maxtime'} - time) < 0
329 0 0 0 defined $$self{'maxtime'} and ($timeout = $$self{'maxtime'} - time) < 0
546 0 0 4 $fail =~ /^_export_hook_(.*)$/ and $Net::Ident::EXPORT_HOOKS{$1}

or 3 conditions

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