Branch Coverage

blib/lib/Perl/Lint/Policy/Modules/RequireNoMatchVarsWithUseEnglish.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
19 67 250 if ($token_type == 94 and $token_data eq 'English')
23 59 121 if ($token_type == 172 or $token_type == 173 or $token_type == 187)
29 60 45 if $data =~ /\A-no_match_vars\Z/
33 7 119 if ($token_type == 106)