Condition Coverage

blib/lib/Hash/Sanitize.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 0 ref $hash and ref $hash eq 'HASH'
92 0 0 0 ref $allowed_keys and ref $allowed_keys eq 'ARRAY'
149 0 0 0 ref $hash and ref $hash eq 'HASH'
151 0 0 0 ref $allowed_keys and ref $allowed_keys eq 'ARRAY'
178 0 0 0 ref $hash->{$k} and ref $hash->{$k} eq 'HASH'