| lib/IOMux/Select.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 30 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 0 | 0 | if @_ == 1 |
| 43 | 0 | 0 | @_ ? : |
| 61 | 0 | 0 | vec($bytes, $fileno, 1) == 1 ? : |
| 64 | 0 | 0 | length $out ? : |
| 71 | 0 | 0 | if $r |
| 72 | 0 | 0 | if $w |
| 73 | 0 | 0 | if $e |
| 91 | 0 | 0 | if ($heartbeat) |
| 97 | 0 | 0 | unless (defined $numready) |
| 98 | 0 | 0 | if $! == 4 or $! == 11 |
| 104 | 0 | 0 | if $rdready =~ /[^\x00]/ |
| 105 | 0 | 0 | if $wrready =~ /[^\x00]/ |
| 106 | 0 | 0 | if $exready =~ /[^\x00]/ |
| 118 | 0 | 0 | if vec($flags, $fileno, 1) == 1 |
| 130 | 0 | 0 | unless +(shift())->{'IMS_select_flags'} |