Condition Coverage

blib/lib/Minion/Iterator.pm
Criterion Covered Total %
condition 0 10 0.0


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 0 $lazy and exists $self->{'total'}

or 2 conditions

line l !l condition
19 0 0 $self->{'results'} // []
26 0 0 $self->{'count'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
19 0 0 0 $lazy and exists $self->{'total'} or @{$self->{'results'} // [];}