Condition Coverage

blib/lib/MongoDB/Role/_SingleBatchDocWrite.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
87 0 0 0 not $res->{'ok'} and $res->{'errmsg'} || $res->{'$err'}
101 0 0 0 exists $res->{'jnote'} && $res->{'jnote'} =~ /^journaling not enabled/
0 0 0 exists $res->{'wnote'} && $res->{'wnote'} =~ /^no replication has been enabled/
219 0 0 0 not $res->{'ok'} and $res->{'errmsg'} || $res->{'$err'}
228 0 0 0 exists $res->{'writeErrors'} and @{$res->{'writeErrors'};}

or 2 conditions

line l !l condition
123 0 0 $res->{'code'} || 64
129 0 0 $res->{'code'} || 8

or 3 conditions

line l !l&&r !l&&!r condition
87 0 0 0 $res->{'errmsg'} || $res->{'$err'}
219 0 0 0 $res->{'errmsg'} || $res->{'$err'}