Branch Coverage

lib/OODoc/Format.pm
Criterion Covered Total %
branch 0 134 0.0


line true false branch
39 0 0 unless $class eq __PACKAGE__
42 0 0 unless my $format = $args{'format'}
46 0 0 if $@
54 0 0 unless $self->SUPER::init($args)
58 0 0 unless my $name = $self->{'OF_project'} = delete $args->{'project'}
61 0 0 unless $self->{'OF_version'} = delete $args->{'version'}
64 0 0 unless $self->{'OF_workdir'} = delete $args->{'workdir'}
68 0 0 unless $self->{'OF_index'} = delete $args->{'index'}
93 0 0 ref $sel eq 'CODE' ? :
103 0 0 unless &$select($manual)
105 0 0 unless ($manual->chapters)
143 0 0 unless my $chapter = $args{'chapter'}
144 0 0 unless my $manual = $args{'manual'}
154 0 0 if ($manual->inherited($chapter))
155 0 0 if $show_ch eq "NO"
165 0 0 if ($manual->inherited($section))
166 0 0 if $show_sec eq "NO"
167 0 0 if ($show_sec ne "REFER")
178 0 0 if ($manual->inherited($subsection))
179 0 0 if $show_ssec eq "NO"
180 0 0 if ($show_ssec ne "REFER")
191 0 0 if ($manual->inherited($subsubsection))
192 0 0 if $show_sssec eq "NO"
193 0 0 if ($show_sssec ne "REFER")
228 0 0 unless my $manual = $args{'manual'}
230 0 0 unless my $chapter = $manual->chapter($name)
239 0 0 unless my $manual = $args{'manual'}
240 0 0 unless my $chapter = $manual->chapter($name)
251 0 0 $args{'subroutines'} ? :
252 0 0 unless @subs
254 0 0 unless my $manual = $args{'manual'}
271 0 0 $manual->inherited($subroutine) ? :
286 0 0 unless my $subroutine = $args{'subroutine'}
287 0 0 unless my $manual = $args{'manual'}
295 0 0 $use eq 'NO' ? :
0 0 $use eq 'NAMES' ? :
0 0 $use eq 'USE' ? :
0 0 $use eq 'EXPAND' ? :
302 0 0 if defined $show_use
305 0 0 unless $expand
318 0 0 if ($descr eq 'NO') { }
0 0 elsif ($descr eq 'REFER') { }
0 0 elsif ($descr eq 'DESCRIBED') { }
0 0 elsif ($descr eq 'ALL') { }
320 0 0 if $description and $manual->inherited($description)
324 0 0 if $description and $manual->inherited($description)
330 0 0 if defined $show_descr
345 0 0 $opttab eq 'ALL' ? :
0 0 $opttab eq 'INHERITED' ? :
0 0 $opttab eq 'DESCRIBED' ? :
0 0 $opttab eq 'NO' ? :
351 0 0 if @opttab
358 0 0 $manual->inherited($option) ? :
359 0 0 if $check eq "USE" or $check eq "EXPAND"
362 0 0 if @optlist
369 0 0 if $show_ex eq "EXPAND"
376 0 0 if $show_diag eq "EXPAND"
395 0 0 unless my $options = $args{'options'}
396 0 0 unless my $manual = $args{'manual'}
397 0 0 unless my $output = $args{'output'}
403 0 0 $manual->inherited($option) ? :
411 0 0 unless (grep length($_->[1]), @rows)
425 0 0 unless my $options = $args{'options'}
426 0 0 unless my $manual = $args{'manual'}
430 0 0 $manual->inherited($option) ? :
432 0 0 $show eq 'EXPAND' ? :
0 0 $show eq 'USE' ? :