Branch Coverage

blib/lib/Pod/Simple/Wiki/Moinmoin.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
79 13 27 if ($item_type eq 'bullet') { }
13 14 elsif ($item_type eq 'number') { }
14 0 elsif ($item_type eq 'text') { }
140 1 25 if ($self->{'_in_over_block'})
144 4 22 if ($self->{'_moinmoin_list'})
145 2 2 if (not $self->{'_in_over_text'} and $self->{'_moinmoin_list'} == 1)
149 0 4 if ($self->{'_in_over_text'} and $self->{'_moinmoin_list'} == 2)
153 4 0 unless ($self->{'_in_over_text'} and $self->{'_moinmoin_list'} == 1)