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'
161 0 0 $args{'show_described_options'} ||= 'EXPAND'
162 0 0 $args{'show_described_subs'} ||= 'EXPAND'
163 0 0 $args{'show_diagnostics'} ||= 'NO'
164 0 0 $args{'show_examples'} ||= 'EXPAND'
165 0 0 $args{'show_inherited_options'} ||= 'USE'
166 0 0 $args{'show_inherited_subs'} ||= 'USE'
167 0 0 $args{'show_option_table'} ||= 'ALL'
168 0 0 $args{'show_subs_index'} ||= 'NO'
199 0 0 $args{'show_subroutine'} || 'EXPAND'
212 0 0 $args{'show_inherited_options'} ||= 'USE'
213 0 0 $args{'show_described_options'} ||= 'EXPAND'
219 0 0 $args{'show_sub_description'} || 'DESCRIBED'
242 0 0 $args{'show_option_table'} || 'NAMES'
274 0 0 $args{'show_examples'} || 'EXPAND'
281 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
158 0 0 0 $args{'output'} || select()
193 0 0 0 $args{'output'} || select()
223 0 0 0 $description || $descr eq 'NO'
265 0 0 0 $check eq 'USE' or $check eq 'EXPAND'