Condition Coverage

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


or 2 conditions

line l !l condition
63 0 0 $args{'show_inherited_chapter'} || 'REFER'
64 0 0 $args{'show_inherited_section'} || 'REFER'
65 0 0 $args{'show_inherited_subsection'} || 'REFER'
159 0 0 $args{'show_described_options'} ||= 'EXPAND'
160 0 0 $args{'show_described_subs'} ||= 'EXPAND'
161 0 0 $args{'show_diagnostics'} ||= 'NO'
162 0 0 $args{'show_examples'} ||= 'EXPAND'
163 0 0 $args{'show_inherited_options'} ||= 'USE'
164 0 0 $args{'show_inherited_subs'} ||= 'USE'
165 0 0 $args{'show_option_table'} ||= 'ALL'
166 0 0 $args{'show_subs_index'} ||= 'NO'
197 0 0 $args{'show_subroutine'} || 'EXPAND'
210 0 0 $args{'show_inherited_options'} ||= 'USE'
211 0 0 $args{'show_described_options'} ||= 'EXPAND'
217 0 0 $args{'show_sub_description'} || 'DESCRIBED'
240 0 0 $args{'show_option_table'} || 'NAMES'
272 0 0 $args{'show_examples'} || 'EXPAND'
279 0 0 $args{'show_diagnostics'} || 'NO'

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 delete $$args{'manifest'} || 'OODoc::Manifest'->new
156 0 0 0 $args{'output'} || select()
191 0 0 0 $args{'output'} || select()
221 0 0 0 $description || $descr eq 'NO'
263 0 0 0 $check eq 'USE' or $check eq 'EXPAND'