| blib/lib/MongoDB/Op/_Aggregate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 0 | 0 | 0 | $link->supports_document_validation and $options->{'bypassDocumentValidation'} |
| 91 | 0 | 0 | 0 | defined $options->{'collation'} and not $link->supports_collation |
| 101 | 0 | 0 | 0 | $is_2_6 && (!exists $options->{'cursor'} || $options->{'cursor'}) |
| 129 | 0 | 0 | 0 | $self->coll_name eq 1 and not $link->supports_db_aggregation |
| 143 | 0 | 0 | 0 | $has_out && $link->supports_helper_write_concern |
| line | l | !l | condition |
|---|---|---|---|
| 186 | 0 | 0 | delete $res->output->{'result'} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 143 | 0 | 0 | 0 | $link->supports_aggregate_out_read_concern || !$has_out && $link->supports_read_concern |