Condition Coverage

blib/lib/XML/SAX/RTF.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
348 0 0 0 $inbuf =~ /^\s*\\([a-z]+)/ and exists $groupnames{$1}
0 0 0 $inbuf =~ /^\s*\\\*\\([a-z]+)/ and exists $groupnames{$1}
356 0 0 0 $name eq 'info' and $self->_current_element eq 'header'

or 3 conditions

line l !l&&r !l&&!r condition
348 0 0 0 $inbuf =~ /^\s*\\([a-z]+)/ and exists $groupnames{$1} or $inbuf =~ /^\s*\\\*\\([a-z]+)/ and exists $groupnames{$1}