| line |
l |
!l |
condition |
|
64
|
0 |
0 |
shift @_ || (return $self->error('No tables cache file path was provided.'))
|
|
71
|
0 |
0 |
$self->read($f) || (return)
|
|
101
|
0 |
0 |
shift @_ || $self->cache_file || (return {})
|
|
133
|
0 |
0 |
shift @_ || (return $self->error('No hash reference was provided to add to tables cache.'))
|
|
146
|
0 |
0 |
$self->read($f) || (return)
|
|
165
|
0 |
0 |
shift @_ || (return $self->error('No table cache data was provided to write to cache file "', $self->cache_file, '".'))
|
|
166
|
0 |
0 |
shift @_ || $self->cache_file || (return $self->error('No cache file was set to write data to it.'))
|