| blib/lib/Test/Class.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 18 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 155 | 82 | 89 | 3 | $type eq 'test' and not $name =~ /$method_regexp/ |
| 189 | 1 | 1 | 4 | defined $test and $test =~ /^\d+$/ |
| 246 | 1 | 6 | 2 | defined $Current_method and $method ne $Current_method |
| 352 | 4 | 5 | 35 | @tests == 1 and not ref $tests[0] |
| line | l | !l | condition |
|---|---|---|---|
| 62 | 101 | 20 | shift() || '' |
| 104 | 3 | 3 | $args ||= 'no_plan' |
| 135 | 11 | 291 | $ENV{'TEST_METHOD'} || '.*' |