| blib/lib/Parse/Yapp/Grammar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 239 | 745 | 1377 | 448 | exists $nterm->{$sym} and not exists $ufnterm->{$sym} |
| 369 | 0 | 0 | 888 | vec $ufrules, $ruleno, 1 and exists $grammar->{'NTERM'}{$rules->[$ruleno][0]} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 275 | 10 | 975 | 260 | not exists $ufnterm->{$sym} or exists $reachable->{$sym} |
| 346 | 150 | 4 | 3 | exists $reachable->{$sym} or exists $values->{'PREC'}{$sym} |