blib/lib/MongoDB/Op/_DropIndexes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
61 | 0 | 0 | $link->supports_helper_write_concern ? : |
0 | 0 | defined $self->max_time_ms ? : | |
79 | 0 | 0 | if (my $err = $@) |
80 | 0 | 0 | if ($err->$MongoDB::Op::_DropIndexes::_isa('MongoDB::DatabaseError')) |
83 | 0 | 0 | if $err->code == 27 or $err->message =~ /index not found with name/ |