Branch Coverage

blib/lib/MongoDB/Op/_DropCollection.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
44 0 0 $link->supports_helper_write_concern ? :
57 0 0 unless (eval { do { $res = $op->execute($link); $res->assert_no_write_concern_error; 1 } })
59 0 0 if ($error->$MongoDB::Op::_DropCollection::_isa('MongoDB::DatabaseError'))
60 0 0 if $error->code == 26 or $error->message =~ /^ns not found/