| blib/lib/Net/Ident.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 24 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 238 | 16 | 8 | 0 | defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0 |
| 323 | 15 | 18 | 0 | defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0 |
| 540 | 2 | 0 | 7 | $fail =~ /^_export_hook_(.*)$/ and $EXPORT_HOOKS{$1} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 187 | 0 | 0 | 0 | connect $self->{'fh'}, $identbind or $!{'EINPROGRESS'} |
| 254 | 0 | 0 | 24 | not defined $err or $! = unpack("L", $err) |
| 416 | 2 | 1 | 22 | not defined $reply or $self->{'remoteport'} != $port1 |
| 3 | 1 | 21 | not defined $reply or $self->{'remoteport'} != $port1 or $self->{'localport'} != $port2 | |
| 465 | 1 | 1 | 11 | $opsys =~ /,/ or $opsys eq "OTHER" |