blib/lib/MongoDB/Database.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
211 | 0 | 0 | 0 | not exists $options->{'maxTimeMS'} and $self->max_time_ms |
428 | 0 | 0 | 0 | $read_pref and ref $read_pref ne 'MongoDB::ReadPreference' |
490 | 0 | 0 | 0 | not exists $options->{'maxTimeMS'} and $self->max_time_ms |
line | l | !l | condition |
---|---|---|---|
207 | 0 | 0 | $filter ||= {} |
208 | 0 | 0 | $options ||= {} |
262 | 0 | 0 | $filter ||= {} |
263 | 0 | 0 | $options ||= {} |
480 | 0 | 0 | $options ||= {} |
550 | 0 | 0 | $pipeline ||= [] |
551 | 0 | 0 | $options ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
267 | 0 | 0 | 0 | @filter_keys == 0 || @filter_keys == 1 && exists $filter->{'name'} |