Condition Coverage

blib/lib/Mango/Cursor.pm
Criterion Covered Total %
condition 0 16 0.0


or 2 conditions

line l !l condition
11 0 0 $self->{'results'} ||= []
107 0 0 $self->{'num'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 0 $limit == 0 || $size > 0 && $size < $limit
56 0 0 0 $err or not $doc
65 0 0 0 $self->ns // $collection->full_name
95 0 0 0 $self->id eq '0' || $self->_finished || !!@{$self->{'results'} // [];}