Branch Coverage

blib/lib/Constant/Exporter.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
12 0 6 unless $args{$key}
14 0 9 unless $args{$key}{$tag}
18 6 18 if ($key eq 'EXPORT_TAGS') { }
18 0 elsif ($key eq 'EXPORT_OK_TAGS') { }
28 0 6 unless $args{$key}
30 3 3 if ($key eq 'EXPORT') { }
3 0 elsif ($key eq 'EXPORT_OK') { }