Branch Coverage

blib/lib/JSON/UnblessObject.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
26 0 0 unless &blessed($object)
28 0 0 if (&blessed($spec))
29 0 0 if $spec->isa("Cpanel::JSON::XS::Type::ArrayOf")
30 0 0 if $spec->isa("Cpanel::JSON::XS::Type::HashOf")
31 0 0 if $spec->isa("Cpanel::JSON::XS::Type::AnyOf")
36 0 0 if (my $ref = ref $spec)
37 0 0 if $ref eq "ARRAY"
38 0 0 if $ref eq "HASH"
50 0 0 if (my $to_list = overload::Method($object, "\@{}"))
54 0 0 if ($object->can("next"))
126 0 0 if ($object->can('JSON_KEYS')) { }
143 0 0 available_hash($object) ? :
0 0 available_array($object) ? :