line |
!l |
l&&!r |
l&&r |
condition |
167
|
455 |
359 |
0 |
is_hash($node->{$_}) and exists $node->{$_}{'@inherit'} |
259
|
0 |
53 |
0 |
is_hash($result) and exists $result->{$_} |
278
|
73 |
25 |
128 |
is_hash($data1) and is_hash($data2) |
|
25 |
63 |
10 |
is_neat_array($data1) and is_neat_array($data2) |
299
|
2 |
11 |
0 |
is_simple_array($data1->{$key}) and exists $data2->{$base_key} |
312
|
73 |
31 |
5 |
is_hash($data1->{$key}) and $key =~ /^\+(.*)$/ |
317
|
73 |
25 |
11 |
is_hash($data1->{$key}) and is_hash($data2->{$key}) |
325
|
0 |
21 |
42 |
exists $data2->{$key} and not exists $data1->{$key} |