Branch Coverage

blib/lib/MongoDB/Role/_CommandCursorOp.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
37 0 0 unless my $c = $res->output->{'cursor'}
43 0 0 if ($self->isa('MongoDB::Op::_Query') and $self->options->{'cursorType'} eq 'tailable_await') { }
0 0 elsif ($self->isa('MongoDB::Op::_Aggregate') or $self->isa('MongoDB::Op::_ChangeStream')) { }
45 0 0 if $self->options->{'maxAwaitTimeMS'}
51 0 0 if $self->maxAwaitTimeMS
55 0 0 if ($self->isa('MongoDB::Op::_Query'))
56 0 0 if $self->options->{'limit'}