inc/Test/Class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
161 | 0 | 156 | 0 | $type eq 'test' and not $name =~ /$method_regexp/ |
194 | 0 | 0 | 0 | defined $test and $test =~ /^\d+$/ |
243 | 0 | 0 | 0 | defined $Current_method and $method ne $Current_method |
333 | 0 | 0 | 2 | @tests == 1 and not ref $tests[0] |
line | l | !l | condition |
---|---|---|---|
68 | 69 | 9 | shift() || '' |
110 | 7 | 2 | $args ||= 'no_plan' |
141 | 0 | 22 | $ENV{'TEST_METHOD'} || '.*' |