| blib/lib/File/BufferedInput.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 0 | if ($$self{'file'}) |
| 39 | 0 | 0 | if ($self->opened($file)) { } |
| 43 | 0 | 0 | $$self{'utf8'} ? : |
| 0 | 0 | unless open $$self{'fh'}, $$self{'utf8'} ? '<:encoding(UTF-8)' : '<', $file | |
| 76 | 0 | 0 | unless $$self{'fh'} |
| 88 | 0 | 0 | if $$self{'eof'} |
| 90 | 0 | 0 | if ($$self{'current_line'} == $$self{'line_count'}) |
| 101 | 0 | 0 | if (read $$self{'fh'}, $buffer, $$self{'buffer'}) { } |
| 116 | 0 | 0 | if (length $buffer >= $$self{'buffer'}) { } |