| blib/lib/Net/Ident.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 27 | 59.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 238 | 16 | 10 | 0 | defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0 |
| 323 | 15 | 20 | 0 | defined $self->{'maxtime'} and ($timeout = $self->{'maxtime'} - time) < 0 |
| 547 | 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 | 26 | 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" |