Branch Coverage

blib/lib/JSON/RPC/Parser.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
23 0 1 if ($method eq 'POST') { }
1 0 elsif ($method eq 'GET') { }
38 0 0 if ($@)
43 0 0 if ($ref ne 'ARRAY')
49 0 0 unless ref $req eq 'HASH'
64 1 0 if ($params->{'params'})