Condition Coverage

blib/lib/App/TestOnTap/Scheduler.pm
Criterion Covered Total %
condition 5 6 83.3


and 3 conditions

line !l l&&!r l&&r condition
71 0 4 55 $self->{'queue'} and not @{$self->{'queue'};}

or 3 conditions

line l !l&&r !l&&!r condition
71 26 55 4 not $self->{'queue'} or $self->{'queue'} and not @{$self->{'queue'};}