Condition Coverage

lib/OODoc/Format/Html.pm
Criterion Covered Total %
condition 0 86 0.0


and 3 conditions

line !l l&&!r l&&r condition
319 0 0 0 not $diags and @diags
713 0 0 0 defined $if and length $if
735 0 0 0 defined $if and length $if
803 0 0 0 !$manual->inherited($_) && $_->description
838 0 0 0 defined $if and length $if
878 0 0 0 @subs && $show_sub eq 'COUNT'
892 0 0 0 @subs and $show_sub eq "LIST"
917 0 0 0 $show_sub eq "LIST" and @subs

or 2 conditions

line l !l condition
38 0 0 $args->{'format'} //= "html"
42 0 0 delete $args->{'html_root'} || '/'
48 0 0 delete $args->{'html_meta_data'} || ''
114 0 0 $args{'verbose'} || 0
166 0 0 $args{'verbose'} || 0
232 0 0 shift() || []
259 0 0 $args{'show_examples'} || 'EXPAND'
370 0 0 $self->cleanup($manual, $diag->description) || ' '
539 0 0 $text ||= " "
669 0 0 delete $attrs->{'window'} || '_top'
741 0 0 $attrs->{'starting_with'} || 'ALL'
742 0 0 $attrs->{'type'} || 'ALL'
759 0 0 $attrs->{'table_columns'} || 2
845 0 0 $attrs->{'show_subroutines'} || 'LIST'
846 0 0 $attrs->{'subroutine_types'} || 'ALL'
870 0 0 $attrs->{'show_sections'} || 'LINK'

or 3 conditions

line l !l&&r !l&&!r condition
46 0 0 0 delete $args->{'jump_script'} || "$html/jump.cgi"
89 0 0 0 $html //= encode_entities($object->name)
119 0 0 0 $args{'template'} || catdir('html', 'manual')
182 0 0 0 $args{'process'} || qr/\.(?:s?html|cgi)$/
231 0 0 0 shift() || &panic()
804 0 0 0 @subsect or $section->description
808 0 0 0 @sections or length $details->description
862 0 0 0 not @subs or $show_sub eq "NO"
880 0 0 0 $show_sec eq "LINK" or $show_sec eq "NAME"
923 0 0 0 $show_sec eq "LINK" or $show_sec eq "NAME"