blib/lib/MongoDB/BulkWrite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
146 | 0 | 0 | unless defined $doc |
150 | 0 | 0 | unless (@_ == 2 and grep {$type eq $_;} 'HASH', 'ARRAY', 'Tie::IxHash') |
154 | 0 | 0 | if (ref $doc eq 'ARRAY') |
155 | 0 | 0 | if @$doc % 2 |
180 | 0 | 0 | unless @_ == 2 and ref $_[1] |
185 | 0 | 0 | if (ref $doc eq 'ARRAY') |
186 | 0 | 0 | if @$doc % 2 |
252 | 0 | 0 | if defined $write_concern and ref $write_concern ne 'MongoDB::WriteConcern' |
255 | 0 | 0 | if ($self->_executed) { } |
262 | 0 | 0 | unless ($self->_count_writes) |
271 | 0 | 0 | if defined $session and $session->_active_transaction |