| blib/lib/Perl/Critic/Policy/RegularExpressions/ProhibitComplexRegexes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 51 | 0 | 0 | if $self->{'_max_characters'} >= length $elem->get_match_string |
| 53 | 0 | 0 | unless my $re = $document->ppix_regexp_from_element($elem) |
| 55 | 0 | 0 | if $re->failures |
| 57 | 0 | 0 | unless my $qr = $re->regular_expression |
| 66 | 0 | 0 | unless $token->significant |
| 68 | 0 | 0 | if ($token->isa('PPIx::Regexp::Token::Interpolation')) { } |
| 0 | 0 | elsif ($token->isa('PPIx::Regexp::Token::Literal')) { } | |
| 87 | 0 | 0 | if $self->{'_max_characters'} >= $length |