blib/lib/MongoDB/CommandResult.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 0 | if ($output->{'code'}) { } |
0 | 0 | elsif ($output->{'lastErrorObject'}) { } | |
0 | 0 | elsif ($output->{'writeConcernError'}) { } | |
112 | 0 | 0 | if exists $output->{$err_key} |
114 | 0 | 0 | if (exists $output->{'writeConcernError'}) |
153 | 0 | 0 | unless ($self->output->{'ok'}) |
154 | 0 | 0 | if defined $self->session |
171 | 0 | 0 | if $self->last_wtimeout |