Branch Coverage

blib/lib/Perl/Lint/Policy/TestingAndDebugging/RequireUseWarnings.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
19 1 19 if (my $this_policies_arg = $args->{'require_use_warnings'})
30 11 12 if ($token_type == 93)
32 2 9 if ($next_token->{'type'} == 171)
34 1 1 if ($next_token_data == 5.005)
45 15 9 if ($token_type == 94 or $token_type == 127 or $token_type == 126) { }
53 8 1 if (&any(sub { $_ eq $used_module; } , @marshals))
61 1 11 if ($token_type == 128)
64 1 1 if ($token->{'type'} == 106)