Condition Coverage

blib/lib/OOP/Perlish/Class/AutoTest.pm
Criterion Covered Total %
condition 4 18 22.2


and 3 conditions

line !l l&&!r l&&r condition
34 0 5 0 $test_opts{'package'} and ref $test_opts{'package'} eq 'ARRAY'
0 0 5 $test_opts{'package'} and not ref $test_opts{'package'}
42 0 0 5 $test_opts{'tests'} and ref $test_opts{'tests'} eq 'ARRAY'
0 0 0 $test_opts{'tests'} and not ref $test_opts{'tests'}
50 0 0 5 $test_opts{'exclude'} and ref $test_opts{'exclude'} eq 'ARRAY'
0 0 0 $test_opts{'exclude'} and not ref $test_opts{'exclude'}