Condition Coverage

blib/lib/XML/FromArrayref.pm
Criterion Covered Total %
condition 16 22 72.7


and 3 conditions

line !l l&&!r l&&r condition
84 1 3 6 defined $attributes and ref $attributes ne 'HASH'
164 2 0 2 $URI &&= uri_escape($URI, '\\x0-\\x1F\\x7F-\\xFF <>"{}|\\^``"')
165 2 0 2 $URI &&= qq["$URI"]
166 3 0 1 $pubID &&= qq["$pubID"]
167 3 0 1 $subset &&= "[ $subset ]"
169 2 0 1 $URI && ('SYSTEM', $URI)

or 2 conditions

line l !l condition
149 2 1 $version ||= '1.0'
163 4 0 $root ||= 'XML'