blib/lib/Data/Walk/Extracted/Dispatch.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 8 | 37.5 |
line | true | false | branch |
---|---|---|---|
19 | 2999 | 832 | if (exists $dispatch_ref->{$call}) { } |
832 | 0 | elsif (exists $dispatch_ref->{'DEFAULT'}) { } | |
30 | 0 | 0 | exists $dispatch_ref->{'name'} ? : |
32 | 0 | 0 | if $dispatch_name |