Branch Coverage

lib/OODoc/Text/Subroutine.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
24 0 0 unless exists $args->{'name'}
26 0 0 unless $self->SUPER::init($args)
41 0 0 unless @_
44 0 0 if ($self->type ne $super->type)
69 0 0 unless my $super = $self->extends
76 0 0 if $superpath eq $mypath
78 0 0 if (length $superpath < length $mypath) { }
0 0 elsif (substr($superpath, 0, length($mypath) + 1) eq "$mypath/") { }
79 0 0 if substr($mypath, 0, length($superpath) + 1) eq "$superpath/"
83 0 0 if ($superloc->isa('OODoc::Text::Chapter')) { }
0 0 elsif ($superloc->isa('OODoc::Text::Section')) { }
100 0 0 unless ($manual->inherited($self))
122 0 0 unless ref $it
138 0 0 unless ref $it
150 0 0 if $option
152 0 0 unless my $extends = $self->extends
184 0 0 unless (exists $options{$name})
195 0 0 if defined $options{$name}[1]