Condition Coverage

blib/lib/Test/Class.pm
Criterion Covered Total %
condition 18 18 100.0


and 3 conditions

line !l l&&!r l&&r condition
162 82 99 3 $type eq 'test' and not $name =~ /$method_regexp/
196 1 1 4 defined $test and $test =~ /^\d+$/
253 1 6 2 defined $Current_method and $method ne $Current_method
370 4 5 39 @tests == 1 and not ref $tests[0]

or 2 conditions

line l !l condition
69 111 20 shift() || ''
111 9 7 $args ||= 'no_plan'
142 11 311 $ENV{'TEST_METHOD'} || '.*'