Branch Coverage

blib/lib/XML/RPC.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
129 0 0 unless $$self{'url'}
149 0 0 @data == 1 ? :
163 0 0 if $@
203 0 0 if (ref $p eq 'HASH') { }
0 0 elsif (ref $p eq 'ARRAY') { }
0 0 elsif (ref $p eq 'CODE') { }
224 0 0 if ($scalar =~ /^[\-+]?\d+$/ and abs $scalar <= 2147483647) { }
0 0 elsif ($scalar =~ /^[\-+]?\d+\.\d+$/) { }
257 0 0 if ($$response{'fault'}) { }
282 0 0 if ref $value ne 'HASH'
283 0 0 if ($$value{'struct'}) { }
0 0 elsif ($$value{'array'}) { }
285 0 0 !%$result ? :
301 0 0 ref $result eq 'HASH' && !%$result ? :
324 0 0 unless $param
325 0 0 if ref $param eq 'ARRAY'