| File: | lib/Parrot/Configure/Options/Conf/File.pm |
| Coverage: | 100.0% |
| line | % | coverage | condition | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 93 | 100 |
| $g =~ /^ ([-\w]+) (?:=( \S+ # Usual case: regular identifier; no spaces allowed in identifier | \$\S+ # Variable substitution; no spaces allowed in identifier ) )? $/x or $g =~ /^([-\w]+)="([^"]+)"$/ |