Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
312 0 0 0 not $diags and @diags
718 0 0 0 defined $if and length $if
747 0 0 0 defined $if and length $if
815 0 0 0 !$manual->inherited($_) && $_->description
856 0 0 0 defined $if and length $if
899 0 0 0 @subs && $show_sub eq 'COUNT'
913 0 0 0 @subs and $show_sub eq 'LIST'
937 0 0 0 $show_sub eq 'LIST' and @subs

or 2 conditions

line l !l condition
31 0 0 delete $args->{'html_root'} || '/'
37 0 0 delete $args->{'html_meta_data'} || ''
90 0 0 $args{'verbose'} || 0
92 0 0 $args{'format_options'} || []
147 0 0 $args{'verbose'} || 0
220 0 0 shift() || []
247 0 0 $args{'show_chapter_examples'} || 'EXPAND'
670 0 0 delete $attrs->{'window'} || '_top'
754 0 0 $attrs->{'starting_with'} || 'ALL'
755 0 0 $attrs->{'type'} || 'ALL'
772 0 0 $attrs->{'table_columns'} || 2
863 0 0 $attrs->{'show_subroutines'} || 'LIST'
864 0 0 $attrs->{'subroutine_types'} || 'ALL'
889 0 0 $attrs->{'show_sections'} || 'LINK'

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 0 delete $args->{'jump_script'} || "$html/jump.cgi"
96 0 0 0 $args{'template'} || 'File::Spec'->catdir('html', 'manual')
163 0 0 0 $args{'process'} || qr/\.(s?html|cgi)$/
219 0 0 0 shift() || &panic()
817 0 0 0 @subsect or $section->description
821 0 0 0 @sections or length $details->description
881 0 0 0 not @subs or $show_sub eq 'NO'
901 0 0 0 $show_sec eq 'LINK' or $show_sec eq 'NAME'
943 0 0 0 $show_sec eq 'LINK' or $show_sec eq 'NAME'