Branch Coverage

blib/lib/Text/WikiFormat/SAX.pm
Criterion Covered Total %
branch 16 36 44.4


line true false branch
37 0 1 unless open FILE, $sysid
109 0 10 if ($line =~ /$Wiki::SAX::Parser::indent(.*)$/) { }
111 0 0 if ($match =~ /([\dA-Za-z]+)\.\s*(.*)$/) { }
0 0 elsif ($match =~ /\*\s*(.*)$/) { }
115 0 0 if ($$self{'in_list'} ne 'ordered')
116 0 0 if ($$self{'in_list'})
131 0 0 if ($$self{'in_list'} ne 'itemized')
132 0 0 if ($$self{'in_list'})
144 0 0 if ($$self{'in_list'})
155 0 10 if ($$self{'in_list'})
203 0 13 if ($text =~ s/^-{4,}//)
207 1 12 if ($text =~ s/^(.*?)('')/$2/) { }
1 11 elsif ($text =~ s/^(.*?)\[([^\]]+)\]//) { }
2 9 elsif ($text =~ s[^(.*?)(?=])\b([A-Za-z]+(?:[A-Z]\w+)+)][]) { }
209 0 1 if ($text =~ s/^'''(.*?)'''//) { }
0 1 elsif ($text =~ s/^''(.*?)''//) { }
233 1 12 if (length $text)
258 13 19 $end ? :