| line |
!l |
l&&!r |
l&&r |
condition |
|
72
|
0 |
0 |
1 |
$self->auto_document_events and not $self->start_document_seen |
|
116
|
0 |
0 |
1 |
$$s[-1]{'LocalName'} eq $$elt{'LocalName'} and (defined $$s[-1]{'NamespaceURI'} ? $$s[-1]{'NamespaceURI'} : '') eq $ns_uri |
|
130
|
0 |
0 |
0 |
$$_{'LocalName'} eq $$elt{'LocalName'} and (defined $$_{'NamespaceURI'} ? $$_{'NamespaceURI'} : '') eq $ns_uri |
|
215
|
0 |
0 |
1 |
$self->auto_document_events and $self->start_document_seen |
|
|
0 |
0 |
1 |
$self->auto_document_events and $self->start_document_seen and not $self->end_document_seen |