Condition Coverage

blib/lib/Package/FromData.pm
Criterion Covered Total %
condition 10 11 90.9


and 3 conditions

line !l l&&!r l&&r condition
24 2 1 26 ref $_[1] and ref $_[1] eq $_[2]
130 17 2 4 not @fdef and ref $default eq 'HASH'
19 0 4 not @fdef and ref $default eq 'HASH' and scalar keys %$default == 1

or 2 conditions

line l !l condition
161 10 3 $default || die("$function cannot handle [@_] as input")