line |
l |
!l |
condition |
81
|
0 |
0 |
$self->{'_pos'} || 0
|
109
|
0 |
0 |
$self->{'_limit'} || 10
|
111
|
0 |
0 |
$self->parent->get($self->url, $opts) || (return)
|
113
|
0 |
0 |
$self->_object_type_to_class($hash->{'object'}) || (return)
|
114
|
0 |
0 |
$self->parent->_response_to_object($class, $hash) || (return)
|
144
|
0 |
0 |
$self->{'_limit'} || 10
|
146
|
0 |
0 |
$self->parent->get($self->url, $opts) || (return)
|
148
|
0 |
0 |
$self->_object_type_to_class($hash->{'object'}) || (return)
|
149
|
0 |
0 |
$self->parent->_response_to_object($class, $hash) || (return)
|
173
|
0 |
0 |
CORE::shift @_ || (return $self->error('Nothing was provided to add to the list of object.'))
|
188
|
0 |
0 |
CORE::shift @_ || (return $self->error('Nothing was provided to add to the list of object.'))
|
197
|
0 |
0 |
CORE::shift @_ || (return $self->error('No data was provided to check.'))
|
236
|
0 |
0 |
$ref->[0]->object || (return $self->error('Somehow, the object property for this object (', $ref->[0], ') is empty.'))
|
242
|
0 |
0 |
$ref->[0]{'object'} || (return $self->error(q[I was expecting a string in property 'object', but found nothing: ], sub {
|
244
|
0 |
0 |
$self->_object_type_to_class($type) || (return $self->error(qq[Could not find corresponding class for ojbect type "$type".]))
|