Condition Coverage

lib/App/Conf/File.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 6 $#_ >= 0 and ref $_[0] eq 'HASH'
0 0 0 $#_ >= 0 and $#_ % 2 == 1
80 0 2 0 $ENV{'HOME'} and $app ne 'app'
81 2 0 0 $app ne 'app' and $conf_type ne $prog_suffix
182 3 0 3 $$options{'conf'} and ref $$options{'conf'} eq 'HASH'

or 2 conditions

line l !l condition
74 0 2 $$options{'app'} || 'app'
75 0 2 $$options{'conf_type'} || 'pl'