line |
l |
!l&&r |
!l&&!r |
condition |
101
|
0 |
0 |
0 |
not defined $x or $x eq 0 |
|
0 |
0 |
0 |
not defined $x or $x eq 0 or $x eq "" |
205
|
85 |
0 |
2982 |
$type eq "JSON::PP::Boolean" or $type eq "JSON::XS::Boolean" |
|
85 |
0 |
2982 |
$type eq "JSON::PP::Boolean" or $type eq "JSON::XS::Boolean" or $type eq "Cpanel::JSON::XS::Boolean" |
212
|
0 |
11 |
48 |
$is_number or $is_string |
|
11 |
1 |
47 |
$is_number or $is_string or $is_undef |
238
|
30 |
0 |
0 |
$ref eq "JSON::PP::Boolean" or $ref eq "HASH" |
|
30 |
0 |
0 |
$ref eq "JSON::PP::Boolean" or $ref eq "HASH" or $ref eq "ARRAY" |