blib/lib/MongoDB/GridFSBucket/UploadStream.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
229 | 0 | 0 | 0 | $all and length $self->{'_buffer'} > 0 |
line | l | !l | condition |
---|---|---|---|
394 | 0 | 0 | $offset ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
229 | 0 | 0 | 0 | length $self->{'_buffer'} >= $self->chunk_size_bytes or $all and length $self->{'_buffer'} > 0 |
412 | 0 | 0 | 0 | not $mode or $mode eq ':raw' |