blib/lib/Text/Microformat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
212 | 100 | 0 | 0 | defined $format_re and not $short_name =~ /$format_re/ |
line | l | !l | condition |
---|---|---|---|
155 | 0 | 20 | shift() || {} |
172 | 0 | 20 | $c->opts->{'content_type'} ||= 'text/html' |
173 | 0 | 60 | $c->opts->{$_} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
198 | 0 | 0 | 20 | $c->criteria->{'formats'} || $c->criteria->{'format'} |
200 | 0 | 0 | 0 | ref $formats eq 'ARRAY' or not ref $formats |
260 | 2 | 2 | 162 | $e eq $context_element or grep $e->is_inside($_), @found |