Branch Coverage

blib/lib/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormatting.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
57 0 0 if length $match <= $self->{'_minimum_regex_length_to_complain_about'}
58 0 0 if not $self->{'_strict'} and $match =~ / \A [\s\w]* \z /msx
60 0 0 unless my $re = $doc->ppix_regexp_from_element($elem)
62 0 0 unless $re->modifier_asserted("x")