Branch Coverage

blib/lib/Perl/Critic/Policy/ProhibitImplicitImport.pm
Criterion Covered Total %
branch 2 2 100.0


line true false branch
74 2 9 if (not $elem->pragma and $elem->type and $elem->type eq 'use' and not $elem->arguments and not exists $$ignore{$elem->module // ''})