| blib/lib/UV/Poll.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 8 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | not ref $fd and $fd =~ /\A[0-9]+\z/ |
| line | l | !l | condition |
|---|---|---|---|
| 41 | 2 | 0 | shift @_ || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 2 | 1 | 0 | ref $fd eq 'GLOB' or ref($fd) =~ /^IO::Socket/ |