blib/lib/Text/Markup.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 0 | 0 | 24 | -e $file and not -d _ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 10 | 0 | 0 | $pkg->can('parser') || croak("No parser() function defind in $pkg") |
66 | 0 | 24 | 0 | $p{'encoding'} || $self->default_encoding |
85 | 25 | 1 | 2 | $p->{'format'} || $self->guess_format($p->{'file'}) || $self->default_format |