Condition Coverage

blib/lib/Catmandu/Fix/vacuum.pm
Criterion Covered Total %
condition 18 21 85.7


and 3 conditions

line !l l&&!r l&&r condition
16 2 0 2 is_array_ref($v) and @$v
4 0 6 is_hash_ref($v) and %$v
21 10 4 5 is_array_ref($v) and not @$v
23 2 2 is_value($v) and not $v =~ /\S/
13 6 6 is_hash_ref($v) and not %$v

or 3 conditions

line l !l&&r !l&&!r condition
21 0 2 25 not defined $v or is_value($v) and not $v =~ /\S/
2 6 19 not defined $v or is_value($v) and not $v =~ /\S/ or is_hash_ref($v) and not %$v