Branch Coverage

blib/lib/Dispatch/Class.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
28 7 50 $key eq $ref ? :
4 57 $key eq ':str' ? :
1 61 $key eq '*' ? :
0 62 !defined($key) ? :
14 48 if !defined($key) ? !defined($x) : ($key eq '*' ? 1 : ($key eq ':str' ? !$ref : ($key eq $ref ? 1 : $blessed && ($DOES ||= $x->can('DOES') || 'isa', $x->$DOES($key)))))