Condition Coverage

blib/lib/MongoDB/GridFSBucket/DownloadStream.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
134 0 0 0 $self->_result and $self->_result->has_next

or 2 conditions

line l !l condition
333 0 0 $offset ||= 0
334 0 0 $$buffref ||= ''

or 3 conditions

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'