Branch Coverage

blib/lib/Dispatch/Fu.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
44 0 110 unless %$DISPATCH_TABLE
49 2 108 if not $DISPATCH_TABLE->{$key} or "CODE" ne ref $DISPATCH_TABLE->{$key}
65 1 654 unless wantarray
74 1 4 if ($case and grep {/$case/;} &cases())
77 2 2 defined $default ? :
82 1 1 if ref $_[0] eq "HASH"
83 1 0 if ref $_[0] eq "ARRAY"
84 0 0 if ref $_[0] eq "SCALAR"