blib/lib/Markua/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
130 | 27 | 15 | 2 | $self->{'tag'} and $self->{'tag'} eq 'numbered-list' |
147 | 27 | 7 | 8 | $self->{'tag'} and $self->{'tag'} eq 'list' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 0 | 0 | 4 | $self->{'list'}{'type'} ne 'bulleted' or $self->{'list'}{'bullet'} ne $bullet |
0 | 2 | 2 | $self->{'list'}{'type'} ne 'bulleted' or $self->{'list'}{'bullet'} ne $bullet or $self->{'list'}{'space'} ne $space |