Condition Coverage

blib/lib/XML/Filter/DetectWS.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
354 0 0 0 $model eq 'EMPTY' || !($model =~ /\#PCDATA/)