Branch Coverage

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


line true false branch
156 0 0 unless $self->{'url'}
165 0 0 defined $self->{'tpp'}{'User-Agent'} ? :
169 0 0 if (defined $self->{'authtoken'})
182 0 0 @data == 1 ? :
196 0 0 if $@
236 0 0 if (ref $p eq 'HASH') { }
0 0 elsif (ref $p eq 'ARRAY') { }
0 0 elsif (ref $p eq 'CODE') { }
257 0 0 if ($scalar =~ /^[\-+]?(0|[1-9]\d*)$/ and abs $scalar <= 2147483647) { }
0 0 elsif ($scalar =~ /^[\-+]?\d+\.\d+$/) { }
290 0 0 if ($response->{'fault'}) { }
315 0 0 if ref $value ne 'HASH'
316 0 0 if ($value->{'struct'}) { }
0 0 elsif ($value->{'array'}) { }
318 0 0 !%$result ? :
334 0 0 ref $result eq 'HASH' && !%$result ? :
357 0 0 unless $param
358 0 0 if ref $param eq 'ARRAY'