blib/lib/Cpanel/JSON/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
2337 | 58 | 0 | 0 | $INC{'JSON/XS.pm'} and $INC{'Types/Serialiser.pm'} |
0 | 0 | 0 | $INC{'JSON/XS.pm'} and $INC{'Types/Serialiser.pm'} and $JSON::XS::VERSION ge '3.00' | |
2358 | 4 | 0 | 0 | exists $INC{'Types/Serialiser.pm'} and Types::Serialiser::is_bool($_[0]) |
3 | 1 | 8 | ref $_[0] and UNIVERSAL::isa($_[0], 'JSON::PP::Boolean') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
2321 | 1 | 2 | 2 | 'false' eq $op || '' eq $op |