| line |
!l |
l&&!r |
l&&r |
condition |
|
114
|
0 |
24 |
62 |
defined $str && !($str == 0 && !($str =~ /^\s*[+-]?0(e0)?\s*$/i)) |
|
158
|
1 |
1 |
33 |
@args >= 2 and @args <= 3 |
|
232
|
10 |
28 |
0 |
ref $this and ref $that |
|
253
|
5 |
112 |
0 |
defined $e1 and defined $e2 |
|
259
|
0 |
104 |
2 |
defined $e1 and $e1 eq $DNE |
|
|
0 |
100 |
4 |
defined $e2 and $e2 eq $DNE |
|
263
|
3 |
0 |
55 |
ref $e1 and ref $e2 |
|
265
|
51 |
0 |
4 |
defined $Seen_Refs{$e1} and $Seen_Refs{$e1} eq $e2_ref |
|
269
|
26 |
4 |
24 |
UNIVERSAL::isa($e1, 'ARRAY') and UNIVERSAL::isa($e2, 'ARRAY') |
|
|
7 |
0 |
23 |
UNIVERSAL::isa($e1, 'HASH') and UNIVERSAL::isa($e2, 'HASH') |
|
|
7 |
0 |
0 |
UNIVERSAL::isa($e1, 'REF') and UNIVERSAL::isa($e2, 'REF') |
|
|
7 |
0 |
0 |
UNIVERSAL::isa($e1, 'SCALAR') and UNIVERSAL::isa($e2, 'SCALAR') |