Condition Coverage

blib/lib/Data/Merger.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
207 21 0 2 not defined $value and $$options{'undefined'}{'overwrite'} ne 1
213 12 0 9 $contents_type and $value_type
290 10 0 12 not defined $value and $$options{'undefined'}{'overwrite'} ne 1
298 6 0 4 $contents_type and $value_type

or 3 conditions

line l !l&&r !l&&!r condition
199 18 5 0 exists $$contents{$section} or $$options{'hashes'}{'overwrite'} eq 1
213 0 3 9 $contents_type || $value_type
282 18 4 0 exists $$contents[$count] or $$options{'arrays'}{'overwrite'} eq 1
298 0 0 6 $contents_type || $value_type