Condition Coverage

blib/lib/Net/Ident.pm
Criterion Covered Total %
condition 21 27 77.7


and 3 conditions

line !l l&&!r l&&r condition
238 16 17 2 defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0
323 17 33 6 defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0
547 2 0 7 $fail =~ /^_export_hook_(.*)$/ and $EXPORT_HOOKS{$1}

or 3 conditions

line l !l&&r !l&&!r condition
187 0 6 2 connect $self->{'fh'}, $identbind or $!{'EINPROGRESS'}
254 0 6 27 not defined $err or $! = unpack("L", $err)
348 0 0 0 $!{'ESPIPE'} or $!{'ECONNRESET'}
423 2 1 24 not defined $reply or $self->{'remoteport'} != $port1
3 1 23 not defined $reply or $self->{'remoteport'} != $port1 or $self->{'localport'} != $port2
472 1 1 11 $opsys =~ /,/ or $opsys eq "OTHER"