Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
320 0 0 0 $description and $manual->inherited($description)
324 0 0 0 $description and $manual->inherited($description)

or 2 conditions

line l !l condition
97 0 0 $args{'manual_format'} || []
152 0 0 $args{'show_examples'} || 'EXPAND'
258 0 0 $args{'show_described_options'} ||= "EXPAND"
259 0 0 $args{'show_described_subs'} ||= "EXPAND"
260 0 0 $args{'show_diagnostics'} ||= "NO"
261 0 0 $args{'show_examples'} ||= "EXPAND"
262 0 0 $args{'show_inherited_options'} ||= "USE"
263 0 0 $args{'show_inherited_subs'} ||= "USE"
264 0 0 $args{'show_option_table'} ||= "ALL"
265 0 0 $args{'show_subs_index'} ||= "NO"
294 0 0 $args{'show_subroutine'} || 'EXPAND'
307 0 0 $args{'show_inherited_options'} ||= "USE"
308 0 0 $args{'show_described_options'} ||= "EXPAND"
314 0 0 $args{'show_sub_description'} || 'DESCRIBED'
339 0 0 $args{'show_option_table'} || 'NAMES'
368 0 0 $args{'show_examples'} || 'EXPAND'
375 0 0 $args{'show_diagnostics'} || 'NO'

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $formatters{$format} || $format
66 0 0 0 delete $args->{'manifest'} || 'OODoc::Manifest'->new
92 0 0 0 $args{'select'} || sub { 1; }
147 0 0 0 $args{'show_inherited_chapter'} || $show_inh
148 0 0 0 $args{'show_inherited_section'} || $show_inh
149 0 0 0 $args{'show_inherited_subsection'} || $show_inh
150 0 0 0 $args{'show_inherited_subsubsection'} || $show_inh
161 0 0 0 $args{'show_chapter_examples'} || $show_examples
174 0 0 0 $args{'show_section_examples'} || $show_examples
187 0 0 0 $args{'show_subsection_examples'} || $show_examples
200 0 0 0 $args{'show_subsubsection_examples'} || $show_examples
255 0 0 0 $args{'output'} || select()
288 0 0 0 $args{'output'} || select()
330 0 0 0 $description // $subroutine
359 0 0 0 $check eq "USE" or $check eq "EXPAND"