blib/lib/XML/Filter/DetectWS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 0 | 0 | 0 | UNIVERSAL::can($handler, 'start_cdata') and UNIVERSAL::can($handler, 'end_cdata') |
364 | 0 | 0 | 0 | $$prev{'EventType'} eq 'attlist_decl' and $$prev{'ElementName'} eq $$event{'ElementName'} |
452 | 0 | 0 | 0 | defined $prev and $$prev{'EventType'} eq $eventType |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
354 | 0 | 0 | 0 | $model eq 'EMPTY' || !($model =~ /\#PCDATA/) |