blib/lib/Net/OpenSocial/Client/Protocol/RPC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
86 | 0 | 0 | if (exists $$obj{'error'}) { } |
96 | 0 | 0 | if ($operation eq 'create' || $operation eq 'update' and scalar keys %$result == 0) { } |
103 | 0 | 0 | if (exists $$result{'list'}) { } |
0 | 0 | elsif (keys %$result > 0) { } | |
104 | 0 | 0 | if exists $$result{'totalResults'} |
106 | 0 | 0 | if exists $$result{'startIndex'} |
108 | 0 | 0 | if exists $$result{'itemsPerPage'} |
111 | 0 | 0 | unless (ref $list eq 'ARRAY') |