Branch Coverage

blib/lib/MongoDB/Role/_DatabaseErrorThrower.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
45 0 0 if (grep {$code == $_;} @$ANY_NOT_MASTER || $err =~ /^(?:not master|node is recovering)/) { }
0 0 elsif (grep {$code == $_;} @$ANY_DUP_KEY) { }
0 0 elsif ($code == 43) { }
0 0 elsif ($self->last_wtimeout) { }
59 0 0 length $err ? :