blib/lib/Net/Server/INET.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 24 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 0 | 0 | 1 | &blessed($sock) and $sock->can('NS_proto') |
0 | 1 | 0 | &blessed($sock) and $sock->can('NS_proto') and $sock->NS_proto eq 'UNIX' | |
180 | 0 | 0 | 0 | defined $bytes and length $content >= $bytes |
0 | 0 | 0 | defined $end_qr and $content =~ /$end_qr/ |
line | l | !l | condition |
---|---|---|---|
58 | 0 | 1 | $ENV{'REMOTE_HOST'} || '0.0.0.0' |
127 | 0 | 0 | $_[2] || 0 |
133 | 0 | 0 | $_[2] || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 0 | 1 | 0 | shift() || $prop->{'client'} |
175 | 0 | 0 | 0 | defined $bytes or defined $end_qr |