blib/lib/Pod/Simple/Wiki/Kwiki.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 18 | 83.3 |
line | true | false | branch |
---|---|---|---|
79 | 12 | 25 | if ($item_type eq 'bullet') { } |
12 | 13 | elsif ($item_type eq 'number') { } | |
13 | 0 | elsif ($item_type eq 'text') { } | |
101 | 0 | 16 | if ($self->{'_in_head1'} or $self->{'_in_head2'} or $self->{'_in_head3'} or $self->{'_in_head4'}) |
123 | 41 | 19 | unless ($self->{'_in_Para'}) |
132 | 34 | 53 | unless /\S/ |
133 | 0 | 53 | if m[^(ht|f)tp://] |
165 | 1 | 18 | if ($self->{'_in_over_block'}) |
184 | 12 | 7 | if ($self->{'_in_over_text'}) { } |