| lib/OODoc/Text/Structure.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 0 | unless $self->SUPER::init($args) |
| 26 | 0 | 0 | unless $self->{'OTS_level'} = delete $args->{'level'} |
| 52 | 0 | 0 | $name =~ /[a-z]/ ? : |
| 76 | 0 | 0 | unless $self->description =~ /^\s*$/ |
| 78 | 0 | 0 | if &first(sub { not $manual->inherited($_); } , $self->examples, $self->subroutines) |
| 81 | 0 | 0 | $self->isa('OODoc::Text::SubSection') ? : |
| 0 | 0 | $self->isa('OODoc::Text::Section') ? : | |
| 0 | 0 | $self->isa('OODoc::Text::Chapter') ? : |