Condition Coverage

blib/lib/Test/Aggregate/Base.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
64 6 11 0 exists $arg_for->{'tests'} and 'ARRAY' ne ref $arg_for->{'tests'}
185 8 8 50 /\.t\z/ and /$matching/

or 2 conditions

line l !l condition
127 11 6 $self->{'tests'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
61 6 0 11 exists $arg_for->{'dirs'} or exists $arg_for->{'tests'}