Branch Coverage

blib/lib/Dispatch/Declare.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
25 0 2 if exists $$once{uc $key}
34 1 0 if exists $$stash{uc $key}
41 0 0 if exists $$once{uc $key}
51 1 1 if (exists $$stash{uc $key}) { }
0 1 elsif (exists $$stash{'DEFAULT'}) { }