Condition Coverage

blib/lib/Mojo/XMLRPC.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
114 38 0 3 &Scalar::Util::blessed($type) and $type->isa('Mojo::XMLRPC::Message')

or 3 conditions

line l !l&&r !l&&!r condition
142 13 23 25 $tag eq 'param' or $tag eq 'value'
36 2 23 $tag eq 'param' or $tag eq 'value' or $tag eq 'fault'
6 3 11 $tag eq 'int' or $tag eq 'i4'
4 0 7 $tag eq 'string' or $tag eq 'name'