blib/lib/Test/Class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 18 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
162 | 82 | 89 | 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 |
363 | 4 | 5 | 35 | @tests == 1 and not ref $tests[0] |
line | l | !l | condition |
---|---|---|---|
69 | 101 | 20 | shift() || '' |
111 | 3 | 3 | $args ||= 'no_plan' |
142 | 11 | 291 | $ENV{'TEST_METHOD'} || '.*' |