Condition Coverage

blib/lib/Test2/Aggregate.pm
Criterion Covered Total %
condition 18 18 100.0


and 3 conditions

line !l l&&!r l&&r condition
247 35 1 1 $args{'slow'} and $ENV{'SKIP_SLOW'}
260 33 1 2 $root and not -e $root
389 3 59 1 not $args->{'allow_errors'} and $exec_error

or 2 conditions

line l !l condition
254 3 33 $args{'root'} || ''
277 7 29 $args{'repeat'} ||= 1
282 35 1 $stack[1] || 'aggregate'

or 3 conditions

line l !l&&r !l&&!r condition
258 33 2 1 not $root or $root =~ m[/$]