Condition Coverage

blib/lib/PRANG/Graph/Choice.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
103 0 0 0 length $name && $node->namespaceURI
227 0 0 0 $self->has_type_map_prefix and $name =~ /(.*):(.*)/

or 2 conditions

line l !l condition
113 0 0 $x || eval { do { $choice->nodeName } } || ''
195 0 0 $self->xmlns // ''

or 3 conditions

line l !l&&r !l&&!r condition
174 0 0 0 $value //= $item->$an
176 0 0 0 $self->has_name_attr or $self->has_xmlns_attr
185 0 0 0 $self->xml_nodeName // $an
235 0 0 0 $choice->xmlns eq $xmlns or $choice->xmlns eq '*'
238 0 0 0 $choice->nodeName eq $name or $choice->nodeName eq '*'