blib/lib/POE/Component/Server/Inet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 20 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 0 | 0 | 0 | $wheel_id and defined $$self{'clients'}{$wheel_id} |
109 | 4 | 0 | 0 | $$args{'programargs'} and ref $$args{'programargs'} eq 'ARRAY' |
110 | 4 | 0 | 0 | $$args{'allow'} and not $$args{'allow'}->isa('Net::Netmask') |
114 | 4 | 0 | 0 | $$args{'deny'} and not $$args{'deny'}->isa('Net::Netmask') |
263 | 0 | 0 | 28 | $operation eq 'read' and not $errnum |
264 | 0 | 0 | 0 | $operation eq 'read' and not $errnum |
line | l | !l | condition |
---|---|---|---|
214 | 0 | 7 | $$self{'timeout'} || 30 |