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
254 36 1 1 $args{'slow'} and $ENV{'SKIP_SLOW'}
267 34 1 2 $root and not -e $root
403 3 61 1 not $args->{'allow_errors'} and $exec_error

or 2 conditions

line l !l condition
261 3 34 $args{'root'} || ''
284 7 30 $args{'repeat'} ||= 1
289 36 1 $stack[1] || 'aggregate'

or 3 conditions

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