line |
!l |
l&&!r |
l&&r |
condition |
22
|
0 |
0 |
0 |
ref $inner_hash and ref $inner_hash eq 'HASH'
|
|
0 |
0 |
0 |
ref $inner_hash and ref $inner_hash eq 'HASH' and not exists $$inner_hash{$vars[$_]}
|
|
0 |
0 |
0 |
ref $inner_hash and ref $inner_hash eq 'HASH' and not exists $$inner_hash{$vars[$_]} and $action eq 'optimize'
|
23
|
0 |
0 |
0 |
&looks_like_number($vars[$_]) and ref $inner_hash
|
|
0 |
0 |
0 |
&looks_like_number($vars[$_]) and ref $inner_hash and ref $inner_hash eq 'ARRAY'
|
31
|
0 |
0 |
1 |
exists $$inner_hash{$vars[-1]} and &looks_like_number($$inner_hash{$vars[-1]})
|