Condition Coverage

lib/Config/Neat/Inheritable.pm
Criterion Covered Total %
condition 26 30 86.6


and 3 conditions

line !l l&&!r l&&r condition
167 455 322 37 is_hash($node->{$_}) and exists $node->{$_}{'@inherit'}
265 0 1 52 is_hash($result) and exists $result->{$_}
284 73 25 128 is_hash($data1) and is_hash($data2)
25 63 10 is_neat_array($data1) and is_neat_array($data2)
305 2 3 8 is_simple_array($data1->{$key}) and exists $data2->{$base_key}
318 73 31 5 is_hash($data1->{$key}) and $key =~ /^\+(.*)$/
323 73 25 11 is_hash($data1->{$key}) and is_hash($data2->{$key})
331 0 21 42 exists $data2->{$key} and not exists $data1->{$key}

or 3 conditions

line l !l&&r !l&&!r condition
197 33 37 0 $filename or $selector
300 3 10 0 not exists $data2->{$base_key} or is_neat_array($data2->{$base_key})