| blib/lib/Cpanel/JSON/XS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 2312 | 57 | 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' | |
| 2333 | 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 |
|---|---|---|---|---|
| 2296 | 1 | 2 | 2 | 'false' eq $op || '' eq $op |