Branch Coverage

blib/lib/CGI/JSONRPC/Dispatcher.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
29 0 3 unless $to
31 1 2 if $Protected{$to}{$method_name}
33 1 1 if (my $method = $object->can($method_name)) { }