| blib/lib/Perl/Critic/Policy/RegularExpressions/ProhibitFixedStringMatches.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 0 | 0 | if ($re =~ /\A \s* |
| 45 | 0 | 0 | if ($front_anchor eq "^" or $end_anchor eq "\$") |
| 46 | 0 | 0 | unless my $regexp = $doc->ppix_regexp_from_element($elem) |
| 48 | 0 | 0 | if $regexp->modifier_asserted("m") |
| 52 | 0 | 0 | if ($words =~ /\A \s* |
| 63 | 0 | 0 | if $words =~ /[\\#\$()*+.?\@\[\]^{|}]/msx |