lib/OODoc/Text/Structure.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | unless $self->SUPER::init($args) |
23 | 0 | 0 | unless $$self{'OTS_level'} = delete $$args{'level'} |
51 | 0 | 0 | $name =~ /[a-z]/ ? : |
74 | 0 | 0 | unless $self->description =~ /^\s*$/ |
75 | 0 | 0 | if $self->examples or $self->subroutines |
78 | 0 | 0 | $self->isa('OODoc::Text::SubSection') ? : |
0 | 0 | $self->isa('OODoc::Text::Section') ? : | |
0 | 0 | $self->isa('OODoc::Text::Chapter') ? : | |
83 | 0 | 0 | unless $_->isEmpty |