Branch Coverage

blib/lib/CGI/JSONRPC.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
42 0 0 if ($method eq 'GET' or $method eq 'HEAD') { }
0 0 elsif ($method eq 'POST') { }
46 0 0 unless my $json = $cgi->param('POSTDATA')