blib/lib/Net/API/Stripe/Event/Data.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 4 | 0.0 |
line | l | !l | condition |
---|---|---|---|
27 | 0 | 0 | $ref->{'object'} || (return $self->error("No object type could be found for field $self->{'_field'} in hash: ", sub { $self->dumper($ref); } )) |
28 | 0 | 0 | $self->_object_type_to_class($type) || (return $self->error("No class found for object type $type")) |