Branch Coverage

blib/lib/MongoDB/QueryResult/Filtered.pm
Criterion Covered Total %
branch 0 4 0.0


line true false branch
44 0 0 if ($limit > 0 and $self->cursor_at + 1 > $limit)
50 0 0 if ($self->_post_filter->($peek)) { }