| Parser.yp | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 20 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 7 | 0 | 2 | if ref $class |
| 116 | 0 | 0 | if (exists $_[0]->YYData->{'ERRMSG'}) |
| 127 | 72 | 1953 | unless $parser->YYData->{'INPUT'} |
| 134 | 243 | 1710 | if s/^([0-9]+(?:\.[0-9]+)?)// |
| 136 | 285 | 1425 | if s/^(H)// |
| 138 | 450 | 975 | if s/^([A-Z])// |
| 140 | 362 | 613 | if s/^([a-z])// |
| 142 | 66 | 547 | if s/^"(.*?)"//s |
| 144 | 547 | 0 | if s/^([<>[\];=_()\@#.:+-])//s |
| 146 | 0 | 0 | if s/^(.)//s |