Branch Coverage

blib/lib/Perl/Lint/Policy/RegularExpressions/RequireDotMatchAnything.pm
Criterion Covered Total %
branch 28 30 93.3


line true false branch
34 86 446 if (not $is_non_target_reg and $token_type == 151)
35 26 60 if (defined $next_token_type and $next_token_type == 106 || $next_token_type == 144 && !($next_token_data =~ /s/))
42 24 2 if (not $enabled_re_m_depth >= 0 && $depth >= $enabled_re_m_depth or $disable_re_m_depth >= 0 and $disable_re_m_depth > $enabled_re_m_depth)
61 0 436 if ($token_type == 154 or $token_type == 147 or $token_type == 145 or $token_type == 148)
71 62 374 if ($token_type == 106)
77 3 371 if ($token_type == 109)
81 3 368 if ($token_type == 110)
82 1 2 if ($enabled_re_m_depth == $depth)
86 1 2 if ($disable_re_m_depth == $depth)
97 4 364 if ($token_type == 94 and $token_data eq 're')
101 4 13 if ($token_type == 106)
104 4 9 if ($token_type == 173 || $token_type == 172 || $token_type == 187 and $token_data =~ /s/)
119 1 0 if ($token_type == 70 and $token_data eq 'no' and $next_token_type == 122 and $next_token_data eq 're')
128 1 5 if ($token_type == 106)
131 1 4 if ($token_type == 173 || $token_type == 172 || $token_type == 187 and $token_data =~ /s/)