| blib/lib/Util/DataThing/Type.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 14 | 14.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 213 | 0 | 0 | 0 | $a->isa('Util::ObjectThing::Type') and $b->isa('Util::ObjectThing::Type') |
| 215 | 0 | 0 | 0 | $a->is_object and $b->is_object |
| 219 | 0 | 0 | 0 | $a->is_array and $b->is_array |
| 223 | 0 | 0 | 0 | $a->is_map and $b->is_map |
| line | l | !l | condition |
|---|---|---|---|
| 234 | 5 | 5 | $object_properties{$object_class} ||= {} |