| line |
true |
false |
branch |
|
28
|
0 |
0 |
unless $self->SUPER::init($args) |
|
30
|
0 |
0 |
unless $self->{'OTS_level'} = delete $args->{'level'} |
|
55
|
0 |
0 |
$name =~ /[a-z]/ ? : |
|
77
|
0 |
0 |
unless $self->description =~ /^\s*$/ |
|
79
|
0 |
0 |
if &first(sub {
not $manual->inherited($_);
}
, $self->examples, $self->subroutines) |
|
82
|
0 |
0 |
$self->isa('OODoc::Text::SubSection') ? : |
|
|
0 |
0 |
$self->isa('OODoc::Text::Section') ? : |
|
|
0 |
0 |
$self->isa('OODoc::Text::Chapter') ? : |
|
97
|
0 |
0 |
if @n |
|
100
|
0 |
0 |
if @s |
|
114
|
0 |
0 |
if (my $has = &first(sub {
$_->name eq $name;
}
, @$subs)) |