Condition Coverage

blib/lib/Dispatch/Fu.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
54 2 2 1 $case and grep {/$case/;} &cases()

or 2 conditions

line l !l condition
57 2 2 $default // "default"

or 3 conditions

line l !l&&r !l&&!r condition
26 0 0 105 not $DISPATCH_TABLE->{$key} or "CODE" ne ref $DISPATCH_TABLE->{$key}