| File: | lib/Parrot/Configure/Options/Test/Prepare.pm |
| Coverage: | 83.3% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 51 | 50 | T | F | unless opendir my $DIRH, $config_dir |
| 55 | 50 | T | F | unless closedir $DIRH |
| 66 | 100 | T | F | if ($File::Find::name =~ m[ (init|inter|auto|gen) # category / ([a-z_\d]+) # class (?:/ ([a-z_]+) # second-level )? # may not be defined - (\d{2}) # number \.t$ ]x) |
| 81 | 100 | T | F | $secondlevel ? : |
| 100 | 100 | T | F | unless my $these_tests = $$steps_tests_ref{$module_path[0]}{$module_path[1]} |
| 103 | 100 | T | F | if ($k =~ /^(\w+)-(\d{2})$/) { } |