| lib/OODoc/Format/Pod3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 84 | 0 | 0 | 0 | defined $descr and length $descr |
| 100 | 0 | 0 | 0 | $name ne "NAME" and $name ne "SYNOPSIS" |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 0 | 0 | $args->{'format'} //= "pod3" |
| 46 | 0 | 0 | delete $args{'template'} || \$default_template |
| 89 | 0 | 0 | $example->name || 'Example' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | $order{$_->{'chapter'}} ||= $count++ |
| 170 | 0 | 0 | 0 | $template->valueFor('subsubsection_obj') || $template->valueFor('subsection_obj') || $template->valueFor('section_obj') || $template->valueFor('chapter_obj') |