| blib/lib/Regexp/Parser/Handlers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 24 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 172 | 4 | 3 | 1 | not &SIZE_ONLY and $abs < 1 |
| 176 | 4 | 3 | 1 | not &SIZE_ONLY and $abs > $S->{'maxpar'} |
| 186 | 2 | 2 | 0 | not &SIZE_ONLY and $num > $S->{'maxpar'} |
| 283 | 0 | 0 | 4 | $num =~ s/^([a-fA-F0-9]*)// && $1 |
| 433 | 8 | 20 | 0 | length $max and $min > $max |
| 495 | 8 | 0 | 8 | not &SIZE_ONLY || $cc and $n != 0 |
| 497 | 8 | 0 | 0 | $v > 9 and $v > $S->{'maxpar'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 495 | 8 | 0 | 8 | &SIZE_ONLY || $cc |