Branch Coverage

blib/lib/Pod/WordML.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
181 0 0 if ($_[0]{'module_flag'}) { }
0 0 elsif ($_[0]{'url_flag'}) { }
306 0 0 if ($self->{'in_item'}) { }
0 0 elsif ($self->{'in_item_list'}) { }
308 0 0 if ($self->{'item_count'} == 1) { }
323 0 0 if $self->{'in_item'}
376 0 0 if (@lines == 1) { }
0 0 elsif (@lines) { }
559 0 0 unless ($self->dont_escape)
570 0 0 unless $self->{'in_verbatim'}
633 0 0 if ($self->{'accept_codes'} and $self->{'accept_codes'}{'VerbatimFormatted'}) { }
0 0 elsif ($self->{'codes_in_verbatim'}) { }
647 0 0 if @$para > 3
674 0 0 unless defined $in and length $in
676 0 0 if ($in =~ /^(0[0-7]*)$/) { }
0 0 elsif ($in =~ /^0?x([0-9a-fA-F]+)$/) { }
679 0 0 if ($Pod::Escapes::NOT_ASCII)
681 0 0 unless ($in =~ /^\d+$/)
684 0 0 unless defined $in
693 0 0 if (defined $Pod::Escapes::Name2character_number{$in} and $Pod::Escapes::Name2character_number{$in} < 127) { }
0 0 elsif (defined $Pod::Escapes::Name2character_number{$in}) { }