| lib/HTML/Object/DOM/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 16 | 43.7 |
| line | true | false | branch |
|---|---|---|---|
| 55 | 0 | 1 | unless $self->_is_integer($start) |
| 56 | 0 | 1 | unless $self->_is_integer($end) |
| 57 | 0 | 1 | if $end <= $start |
| 62 | 0 | 1 | if ($opened) { } |
| 71 | 0 | 1 | unless $io->seek($start, 0) |
| 73 | 0 | 1 | unless $self->read($data, $len) |
| 74 | 0 | 1 | if ($opened) { } |
| 76 | 0 | 0 | if defined $pos |