Condition Coverage

blib/lib/Constant/Generator.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 26 ref $list eq 'ARRAY' and @$list > 0
74 3 18 5 not $$h{'fl_no_load'} and $$h{'fl_no_ldr'}

or 2 conditions

line l !l condition
26 25 0 ref $h eq 'HASH' or croak("wrong usage: $h isn't hash")
85 1 0 $$h{'root_dir'} //= '.'

or 3 conditions

line l !l&&r !l&&!r condition
79 17 7 2 $fl_set_ldr or $$h{'fl_no_ldr'}