blib/lib/MongoDB/GridFSBucket/DownloadStream.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
134 | 0 | 0 | 0 | $self->_result and $self->_result->has_next |
line | l | !l | condition |
---|---|---|---|
333 | 0 | 0 | $offset ||= 0 |
334 | 0 | 0 | $$buffref ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
278 | 0 | 0 | 0 | $self->_closed or not $self->_ensure_buffer |
392 | 0 | 0 | 0 | not $mode or $mode eq ':raw' |