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
242 0 0 0 defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0
330 0 0 0 defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0
547 0 0 4 $fail =~ /^_export_hook_(.*)$/ and $EXPORT_HOOKS{$1}

or 3 conditions

line l !l&&r !l&&!r condition
191 0 0 0 connect $self->{'fh'}, $identbind or $!{'EINPROGRESS'}
261 0 0 0 not defined $err or $! = unpack('L', $err)
423 0 0 0 not defined $reply or $self->{'remoteport'} != $port1
0 0 0 not defined $reply or $self->{'remoteport'} != $port1 or $self->{'localport'} != $port2
472 0 0 0 $opsys =~ /,/ or $opsys eq 'OTHER'