blib/lib/PPIx/Regexp/Structure/Quantifier.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 0 | 1 | 1 | &looks_like_number($lo) and $lo == $hi |
120 | 0 | 15 | 24 | defined $lo and "" ne $lo |
123 | 7 | 6 | 26 | defined $hi and "" ne $hi |
193 | 0 | 0 | 1 | $numeric and $lo != $hi |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
207 | 1 | 5 | 22 | $content =~ / \s /msx or $content =~ / \A \{ , /msx |