Branch Coverage

blib/lib/Perl/Lint/Policy/Modules/ProhibitAutomaticExportation.pm
Criterion Covered Total %
branch 2 2 100.0


line true false branch
20 4 3 if ($token_type == 195 and $token_data eq '@EXPORT' or $token_type == 127 and $token_data eq 'EXPORT' and $next_token->{'type'} == 65)