blib/lib/MongoDB/Op/_FindAndUpdate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
70 | 0 | 0 | if (defined $self->options->{'collation'} and not $link->supports_collation) |
90 | 0 | 0 | $link->supports_find_modify_write_concern ? : |
111 | 0 | 0 | unless (eval { do { $result = $op->execute($link, $topology); $result = $result->{'output'}; 1 } }) |
113 | 0 | 0 | unless $error eq 'No matching object found' |
118 | 0 | 0 | if ($result->{'writeConcernError'}) |
126 | 0 | 0 | if $result |