blib/lib/Pod/POM/View/Pod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 20 | 50.0 |
line | true | false | branch |
---|---|---|---|
48 | 317 | 1 | if ($type =~ s/^seq_//) { } |
0 | 1 | elsif (ref $item eq 'HASH') { } | |
1 | 0 | elsif (not ref $item) { } | |
49 | 264 | 53 | if ($type eq 'text') |
52 | 53 | 0 | if ($type = $Pod::POM::View::Pod::MARKUP->{$type}) |
53 | 10 | 43 | if ($item =~ /[<>]/) { } |
62 | 0 | 0 | if (defined $item->{'content'}) { } |
0 | 0 | elsif (defined $item->{'text'}) { } | |
67 | 0 | 0 | ref $text ? : |
139 | 16 | 0 | if ref $title |