line |
!l |
l&&!r |
l&&r |
condition |
253
|
1 |
11 |
518 |
defined $string and $string ne '' |
286
|
0 |
0 |
0 |
defined $string and $string ne '' |
580
|
1 |
3 |
4 |
$func and ref $func eq 'CODE' |
591
|
2 |
1 |
1 |
blessed $obj and $obj->can($func) |
|
1 |
1 |
1 |
ref $obj eq 'HASH' and ref $$obj{$func} eq 'CODE' |
627
|
2 |
0 |
2 |
ref $key and ref $key eq 'ARRAY' |
|
2 |
0 |
2 |
ref $key and ref $key eq 'ARRAY' and $$key[0] eq 'methcall' |
634
|
0 |
1 |
1 |
defined $key and $left->can($key) |
639
|
23 |
0 |
4 |
ref $key and ref $key eq 'ARRAY' |
|
23 |
2 |
2 |
ref $key and ref $key eq 'ARRAY' and $$key[0] eq 'methcall' |