blib/lib/MongoDB/Op/_ChangeStream.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 0 | 0 | 0 | $link->supports_document_validation and $options->{'bypassDocumentValidation'} |
119 | 0 | 0 | 0 | defined $options->{'collation'} and not $link->supports_collation |
129 | 0 | 0 | 0 | $is_2_6 && (!exists $options->{'cursor'} || $options->{'cursor'}) |
155 | 0 | 0 | 0 | $self->coll_name eq 1 and not $link->supports_db_aggregation |
line | l | !l | condition |
---|---|---|---|
213 | 0 | 0 | delete $res->output->{'result'} || [] |