Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
311 0 0 0 not $diags and @diags
717 0 0 0 defined $if and length $if
746 0 0 0 defined $if and length $if
847 0 0 0 defined $if and length $if
890 0 0 0 @subs && $show_sub eq 'COUNT'
904 0 0 0 @subs and $show_sub eq 'LIST'
928 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'} || ''
89 0 0 $args{'verbose'} || 0
91 0 0 $args{'format_options'} || []
146 0 0 $args{'verbose'} || 0
219 0 0 shift() || []
246 0 0 $args{'show_chapter_examples'} || 'EXPAND'
669 0 0 delete $$attrs{'window'} || '_top'
753 0 0 $$attrs{'starting_with'} || 'ALL'
754 0 0 $$attrs{'type'} || 'ALL'
771 0 0 $$attrs{'table_columns'} || 2
854 0 0 $$attrs{'show_subroutines'} || 'LIST'
855 0 0 $$attrs{'subroutine_types'} || 'ALL'
880 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"
95 0 0 0 $args{'template'} || 'File::Spec'->catdir('html', 'manual')
162 0 0 0 $args{'process'} || qr/\.(s?html|cgi)$/
218 0 0 0 shift() || panic()
813 0 0 0 @sections or length $details->description
872 0 0 0 not @subs or $show_sub eq 'NO'
892 0 0 0 $show_sec eq 'LINK' or $show_sec eq 'NAME'
934 0 0 0 $show_sec eq 'LINK' or $show_sec eq 'NAME'