Branch Coverage

blib/lib/Class/Exporter.pm
Criterion Covered Total %
branch 8 24 33.3


line true false branch
146 2 1 if (not @imports) { }
151 0 1 if (*{$exporter . '::EXPORT_OK';}{'ARRAY'})
152 0 0 if (@{$exporter . '::EXPORT_OK';}) { }
158 0 0 if $denied
165 2 1 if @imports
172 0 2 unless ($exporter->can('new'))
186 0 2 if $sym =~ s/^(\W)//
195 0 0 $type eq '*' ? :
0 0 $type eq '%' ? :
0 0 $type eq '@' ? :
0 0 $type eq '$' ? :
2 0 $type eq '&' ? :