| blib/lib/MarpaX/Languages/ECMAScript/AST/Grammar/ECMAScript_262_5/Pattern/Semantics.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 57 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 183 | 0 | 0 | 0 | defined $max and $max == 0 |
| 188 | 0 | 0 | 0 | $min == 0 and $$y[0] == $$x[0] |
| 243 | 0 | 0 | 0 | defined $max and $max < $min |
| 314 | 0 | 0 | 0 | $c >= 97 and $c <= 122 |
| 0 | 0 | 0 | $c >= 65 and $c <= 90 | |
| 0 | 0 | 0 | $c >= 48 and $c <= 57 | |
| 339 | 0 | 0 | 0 | $a and not $b |
| 342 | 0 | 0 | 0 | not $a and $b |
| 359 | 0 | 0 | 0 | $a and not $b |
| 362 | 0 | 0 | 0 | not $a and $b |
| 482 | 0 | 0 | 0 | ord $ch >= 128 and ord $cu < 128 |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | $multiline //= 0 |
| 70 | 0 | 0 | $ignoreCase //= 0 |
| 85 | 0 | 0 | $upperCase //= sub { if ($^V >= v5.11.0) { return uc $_[0]; } else { return NFC(uc NFD($_[0])); }; } |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 305 | 0 | 0 | 0 | $e == -1 or $e == $MarpaX::Languages::ECMAScript::AST::Pattern::inputLength |
| 314 | 0 | 0 | 0 | $c >= 97 and $c <= 122 or $c >= 65 and $c <= 90 |
| 0 | 0 | 0 | $c >= 97 and $c <= 122 or $c >= 65 and $c <= 90 or $c >= 48 and $c <= 57 | |
| 0 | 0 | 0 | $c >= 97 and $c <= 122 or $c >= 65 and $c <= 90 or $c >= 48 and $c <= 57 or $c == 95 | |
| 613 | 0 | 0 | 0 | $n == 0 or $n > scalar @{$self->lparen;} |
| 885 | 0 | 0 | 0 | $#{$Arange;} != 0 or $#{$Brange;} != 0 |