Condition Coverage

blib/lib/Net/Ident.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
237 16 8 0 defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0
325 15 18 0 defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0
545 0 0 4 $fail =~ /^_export_hook_(.*)$/ and $EXPORT_HOOKS{$1}

or 3 conditions

line l !l&&r !l&&!r condition
186 0 0 0 connect $self->{'fh'}, $identbind or $!{'EINPROGRESS'}
256 0 0 24 not defined $err or $! = unpack("L", $err)
421 2 1 22 not defined $reply or $self->{'remoteport'} != $port1
3 1 21 not defined $reply or $self->{'remoteport'} != $port1 or $self->{'localport'} != $port2
470 1 1 11 $opsys =~ /,/ or $opsys eq "OTHER"