| File: | inc/Test/Class.pm |
| Coverage: | 45.0% |
| line | % | coverage | condition | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 68 | 100 |
| shift @_ || '' | ||||||||||||
| 113 | 100 |
| ||= | ||||||||||||
| 114 | 100 |
| $args ||= 'no_plan' | ||||||||||||
| 136 | 50 |
| $ENV{'TEST_METHOD'} || '.*' | ||||||||||||
| 146 | 33 |
| $type eq 'test' and not $name =~ /$method_regexp/ | ||||||||||||
| 178 | 0 |
| defined $test and $test =~ /^\d+$/ | ||||||||||||
| 227 | 0 |
| defined $Current_method and $method ne $Current_method | ||||||||||||
| 316 | 33 |
| @tests == 1 and not ref $tests[0] |