blib/lib/Perl/Critic/Policy/Modules/RequireExplicitInclusion.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
44 | 0 | 24 | if (@declared_packages > 1) |
84 | 6 | 18 | if $calls |
113 | 6 | 18 | if $calls |
133 | 15 | 9 | if $symbols |
163 | 15 | 0 | if ($word->content =~ /\A ( .* ) :: [^:]* \z/msx) |
179 | 26 | 0 | if ($symbol->canonical =~ /\A [\$*\@%&] ( .* ) :: [^:]+ \z/msx) |
195 | 34 | 25 | if exists $included_packages->{$package} |