blib/lib/Message/MongoDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 18 | 11.1 |
line | true | false | branch |
---|---|---|---|
56 | 0 | 1 | if scalar @_ % 2 |
69 | 0 | 1 | if $$self{'connection'} |
166 | 0 | 0 | unless my $self = shift() |
168 | 0 | 0 | if not $message && ref $message or ref $message ne 'HASH' |
172 | 0 | 0 | if scalar @_ % 2 |
181 | 0 | 0 | if ($mongo_method eq 'insert') { } |
0 | 0 | elsif ($mongo_method eq 'remove') { } | |
0 | 0 | elsif ($mongo_method eq 'update') { } | |
0 | 0 | elsif ($mongo_method eq 'find') { } |