Condition Coverage

blib/lib/XML/RPC.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
308 0 0 0 $scalar =~ /^[\-+]?(0|[1-9]\d*)$/ and abs $scalar <= 2147483647
385 0 0 0 ref $result eq 'HASH' && !%$result

or 2 conditions

line l !l condition
189 0 0 shift() || (return)
239 0 0 shift() || die('no xml')
241 0 0 shift() || die('no handler')
339 0 0 $hash->{'methodResponse'} || die('no data')
353 0 0 $hash->{'methodCall'} || die('no data')