Branch Coverage

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


line true false branch
34 98 494 if (not $is_non_target_reg and $token_type == 151)
35 32 66 if (defined $next_token_type and $next_token_type == 106 || $next_token_type == 144 && !($next_token_data =~ /m/))
42 25 7 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 484 if ($token_type == 154 or $token_type == 147 or $token_type == 145 or $token_type == 148)
71 68 416 if ($token_type == 106)
77 7 409 if ($token_type == 109)
81 7 402 if ($token_type == 110)
82 2 5 if ($enabled_re_m_depth == $depth)
86 1 6 if ($disable_re_m_depth == $depth)
97 6 396 if ($token_type == 94 and $token_data eq 're')
101 6 18 if ($token_type == 106)
104 6 12 if ($token_type == 173 || $token_type == 172 || $token_type == 187 and $token_data =~ /m/)
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 =~ /m/)