lib/OODoc/Format/Pod3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
69 | 0 | 0 | if defined $descr and length $descr |
75 | 0 | 0 | unless ($name eq 'NAME' or $name eq 'SYNOPSIS') |
96 | 0 | 0 | if (my $order = $attrs->{'order'}) |
97 | 0 | 0 | ref $order eq 'ARRAY' ? : |
117 | 0 | 0 | unless &first(sub { not $_->isEmpty; } , $chapter->sections) |
131 | 0 | 0 | unless &first(sub { not $_->isEmpty; } , $section->subsections) |
145 | 0 | 0 | unless &first(sub { not $_->isEmpty; } , $subsection->subsubsections) |
163 | 0 | 0 | unless defined $parent |
187 | 0 | 0 | unless length $out |