| blib/lib/PPIx/Regexp/Token/Condition.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 2 | 4 | if (defined(my $expl = $explanation{$content})) |
| 55 | 2 | 2 | if ($content =~ / \A [(] R /msx) |
| 56 | 1 | 1 | if $self->is_named |
| 65 | 1 | 1 | if $self->is_named |
| 77 | 6 | 13 | if $self->content =~ / \A [(] [0-9]+ [)] \z /msx |
| 113 | 52 | 26 | unless my $accept = $tokenizer->find_regexp($re) |