Condition Coverage

blib/lib/MongoDB/BulkWrite.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
150 0 0 0 @_ == 2 and grep {$type eq $_;} 'HASH', 'ARRAY', 'Tie::IxHash'
180 0 0 0 @_ == 2 and ref $_[1]
252 0 0 0 defined $write_concern and ref $write_concern ne 'MongoDB::WriteConcern'
271 0 0 0 defined $session and $session->_active_transaction

or 3 conditions

line l !l&&r !l&&!r condition
266 0 0 0 $write_concern ||= $self->collection->write_concern