Branch Coverage

blib/lib/Exporter/Dispatch.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
7 0 1 if (@_ > 2) { }
0 1 elsif ($_[-1] eq 'create_dptable') { }
0 1 elsif ($_[-1] eq 'dptable_alias') { }
0 1 elsif (@_ == 2) { }
31 2 1 if not /^_/ || /^dptable_alias$/ || /^create_dptable$/