| blib/lib/MongoDB/BulkWriteResult.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 201 | 0 | 0 | 0 | exists $result->{'n'} and $op eq 'insert' |
| 298 | 0 | 0 | 0 | defined $self->modified_count and defined $result->modified_count |
| line | l | !l | condition |
|---|---|---|---|
| 175 | 0 | 0 | $batch_count || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 221 | 0 | 0 | 0 | $op eq 'update' || $op eq 'upsert' |