| blib/lib/IO/BufferedSelect.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 112 | 0 | 0 | if (@handles) { } |
| 116 | 0 | 0 | if grep {$_ == $$self{'handles'}[$idx];} @handles |
| 131 | 0 | 0 | unless $use_idx{$idx} |
| 133 | 0 | 0 | if ($$self{'buffers'}[$idx] =~ s/(.*\n)//) { } |
| 0 | 0 | elsif ($$self{'eof'}[$idx]) { } | |
| 145 | 0 | 0 | if @result or defined $timeout and not $is_first |
| 155 | 0 | 0 | unless $fh == $$self{'handles'}[$idx] |
| 156 | 0 | 0 | unless $use_idx{$idx} |
| 158 | 0 | 0 | if $bytes == 0 |