| blib/lib/MongoDB/Op/_BulkWrite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 28 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 82 | 0 | 0 | 0 | $self->_should_use_acknowledged_write && $self->_retryable | 
| 419 | 0 | 0 | 0 | $error->$MongoDB::Op::_BulkWrite::_isa('MongoDB::DatabaseError') and $error->result->does('MongoDB::Role::_WriteResult') | 
| 424 | 0 | 0 | 0 | $w_0 and /exceeds maximum size/ | 
| 434 | 0 | 0 | 0 | $ordered and !$gle_result || $gle_result->count_write_errors | 
| line | l | !l | condition | 
|---|---|---|---|
| 234 | 0 | 0 | $@ || 'Unknown error' | 
| 418 | 0 | 0 | $@ || 'Unknown error' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $type eq 'update' or $type eq 'delete' | 
| 215 | 0 | 0 | 0 | $cmd eq 'insert' or $cmd eq 'update' | 
| 313 | 0 | 0 | 0 | $type ne $last_type or $count == $max_batch_count | 
| 434 | 0 | 0 | 0 | !$gle_result || $gle_result->count_write_errors |