Condition Coverage

inc/Test/Differences.pm
Criterion Covered Total %
condition 7 22 31.8


and 3 conditions

line !l l&&!r l&&r condition
302 2 0 0 $has_test_pm and not $has_builder_pm
303 0 0 2 not $has_test_pm and $has_builder_pm
305 0 0 0 $has_test_pm and $has_builder_pm
327 0 2 0 @_ > 2 and ref $_[-1]
339 0 0 2 $types[0] && $types[1]

or 2 conditions

line l !l condition
332 0 2 $data_type ||= 'text'
333 2 0 $data_type ||= 'data'

or 3 conditions

line l !l&&r !l&&!r condition
332 0 0 2 ref $vals[0] or ref $vals[1]