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
|
65 |
0 |
2900 |
$type eq "JSON::PP::Boolean" or $type eq "JSON::XS::Boolean" |
|
65 |
0 |
2900 |
$type eq "JSON::PP::Boolean" or $type eq "JSON::XS::Boolean" or $type eq "Cpanel::JSON::XS::Boolean" |
212
|
0 |
1 |
6 |
$is_number or $is_string |
|
1 |
1 |
5 |
$is_number or $is_string or $is_undef |
238
|
10 |
0 |
0 |
$ref eq "JSON::PP::Boolean" or $ref eq "HASH" |
|
10 |
0 |
0 |
$ref eq "JSON::PP::Boolean" or $ref eq "HASH" or $ref eq "ARRAY" |