Branch Coverage

blib/lib/XML/SAX/RTF.pm
Criterion Covered Total %
branch 0 60 0.0


line true false branch
44 0 0 if (open F, $file)
73 0 0 if (exists $features{$feature}) { }
86 0 0 if (exists $features{$feature}) { }
237 0 0 if ($inbuf =~ /^\{/) { }
0 0 elsif ($inbuf =~ /^\}/) { }
0 0 elsif ($inbuf =~ /^\\/) { }
241 0 0 unless $level > 0
260 0 0 if ($inbuf =~ /([^\\\{\}]+)/) { }
263 0 0 if (exists $wraptext{$curr}) { }
282 0 0 if ($inbuf =~ /^([a-z]+)/) { }
0 0 elsif ($inbuf =~ /([\\\{\}])/) { }
0 0 elsif ($inbuf =~ /([^a-z])/) { }
286 0 0 if ($inbuf =~ /^(-?[0-9]+)/)
290 0 0 if ($inbuf =~ /^ /)
316 0 0 if ($command eq 'par') { }
0 0 elsif (exists $paramcmds{$command}) { }
0 0 elsif (exists $params{$command}) { }
0 0 elsif (defined $param) { }
317 0 0 if $self->_current_element eq 'para'
348 0 0 if ($level == 0) { }
0 0 elsif ($inbuf =~ /^\s*\\([a-z]+)/ and exists $groupnames{$1} or $inbuf =~ /^\s*\\\*\\([a-z]+)/ and exists $groupnames{$1}) { }
0 0 elsif ($self->_current_element eq 'stylesheet') { }
356 0 0 if ($name eq 'info' and $self->_current_element eq 'header') { }
0 0 elsif ($inbuf =~ /^(-?[0-9]+)/) { }
369 0 0 if $inbuf =~ /^ /
388 0 0 unless defined $data
438 0 0 if ($atts) { }
475 0 0 if $name eq $_
526 0 0 if $inbuf =~ /(...........................)/
536 0 0 if ($features{'DEBUG'} >= $level)