Condition Coverage

blib/lib/TAP/Parser/Scheduler.pm
Criterion Covered Total %
condition 16 22 72.7


and 3 conditions

line !l l&&!r l&&r condition
212 97 51 18 $nesting and $glob =~ /\G,/cg
97 36 15 $nesting and $glob =~ /\G\}/cg
346 135 10373 17 @$seq and _is_empty($seq->[0])

or 2 conditions

line l !l condition
136 8 81 delete $args{'rules'} || {'par', '**'}
429 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
135 89 0 0 delete $args{'tests'} || croak(q[Need a 'tests' argument])
193 139 0 0 $handlers{$type[0]} || croak('Unknown scheduler type: ', $type[0])
313 499 10 92 $self->{'count'} ||= $self->get_all