Branch Coverage

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


line true false branch
23 15 6 if ($method eq 'POST') { }
5 1 elsif ($method eq 'GET') { }
38 1 14 if ($@)
43 8 6 if ($ref ne 'ARRAY')
56 1 7 unless ref $req eq 'HASH'
73 4 1 if ($$params{'params'})