blib/lib/MongoDB/BulkWriteResult.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
205 | 0 | 0 | 0 | exists $result->{'n'} and $op eq 'insert' |
309 | 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 |
---|---|---|---|---|
226 | 0 | 0 | 0 | $op eq 'update' || $op eq 'upsert' |