Branch Coverage

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


line true false branch
29 0 0 unless exists $args->{'name'}
30 0 0 unless $self->SUPER::init($args)
50 0 0 if ($style eq "html")
52 0 0 if $type eq "tie"
55 0 0 if length $paramlist
58 0 0 $type eq 'function' ? :
0 0 $type eq 'overload' ? :
0 0 $type eq 'ci_method' ? :
0 0 $type eq 'c_method' ? :
0 0 $type eq 'i_method' ? :
66 0 0 if ($style eq "pod")
67 0 0 if $type eq "tie"
70 0 0 $paramlist =~ /^[\[<]|[\]>]$/ ? :
0 0 !length($paramlist) ? :
74 0 0 $type eq 'overload' ? :
0 0 $type eq 'function' ? :
0 0 $type eq 'ci_method' ? :
0 0 $type eq 'c_method' ? :
0 0 $type eq 'i_method' ? :
87 0 0 unless my $exporter = $args->{'exporter'}
93 0 0 if (keys %$opts)
102 0 0 if @d
110 0 0 unless @_
113 0 0 if ($self->type ne $super->type)
136 0 0 unless my $super = $self->extends
143 0 0 if $superpath eq $mypath
145 0 0 if (length $superpath < length $mypath) { }
0 0 elsif (substr($superpath, 0, length($mypath) + 1) eq "$mypath/") { }
146 0 0 if substr($mypath, 0, length($superpath) + 1) eq "$superpath/"
150 0 0 if $superloc->isa("OODoc::Text::Chapter")
155 0 0 if $superloc->isa("OODoc::Text::Section")
160 0 0 if $superloc->isa("OODoc::Text::SubSection")
165 0 0 if $superloc->isa("OODoc::Text::SubSubSection")
171 0 0 unless ($manual->inherited($self))
192 0 0 unless builtin::blessed($it)
206 0 0 unless builtin::blessed($it)
217 0 0 if $option
219 0 0 unless my $extends = $self->extends
251 0 0 unless (exists $options{$name})
261 0 0 if defined $options{$name}[1]