lib/Convert/Wiki/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 10 | 80.0 |
line | l | !l | condition |
---|---|---|---|
41 | 0 | 1 | $self->error(q[Node type must be one of Head, Item, Mono, Line or Para but is '] . $type . q[']) and return $self |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 3 | 1 | 3 | $2 eq $phrase && $2 eq $target |
153 | 13 | 9 | 12 | defined $prev and not $$prev{'type'} =~ /$type/ |
line | l | !l | condition |
---|---|---|---|
37 | 15 | 0 | $1 || 1 |