| blib/lib/UV/Poll.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 14 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 4 | 3 | unless defined($fd = delete $args->{$key}) |
| 20 | 3 | 0 | if (ref $fd eq 'GLOB' or ref($fd) =~ /^IO::Socket/) { } |
| 0 | 0 | elsif (not ref $fd and $fd =~ /\A[0-9]+\z/) { } | |
| 31 | 0 | 3 | unless (defined $fd) |
| 39 | 0 | 2 | if $self->closed |
| 43 | 0 | 2 | if (@_) |
| 55 | 0 | 2 | if $err |