line |
true |
false |
branch |
117
|
0 |
0 |
unless ref $source eq 'ARRAY'
|
123
|
0 |
0 |
if (ref $source ne 'ARRAY' and $$self{'sqlcache'} and exists $$self{'obj_cache'}{$source}) { }
|
125
|
0 |
0 |
if ($$self{'sqlcache_use_mtime'} and exists $$source_cached{'mtime'}) { }
|
127
|
0 |
0 |
if ($mtime_current != $$source_cached{'mtime'}) { }
|
128
|
0 |
0 |
if $debug and $loglevel >= $self->LOG_LEVEL_INTERMEDIATE
|
134
|
0 |
0 |
if $debug and $loglevel == $self->LOG_LEVEL_FULL
|
140
|
0 |
0 |
if $debug and $loglevel == $self->LOG_LEVEL_FULL
|
158
|
0 |
0 |
if ($@) { }
|
159
|
0 |
0 |
if $debug and $loglevel >= $self->LOG_LEVEL_BASIC
|
163
|
0 |
0 |
if $debug and $loglevel >= $self->LOG_LEVEL_BASIC
|
166
|
0 |
0 |
if ($$self{'sqlcache'} and ref $source ne 'ARRAY')
|
167
|
0 |
0 |
if ($$self{'sqlcache_use_mtime'}) { }
|
173
|
0 |
0 |
if $debug and $loglevel >= $self->LOG_LEVEL_INTERMEDIATE
|
178
|
0 |
0 |
if $debug and $loglevel >= $self->LOG_LEVEL_INTERMEDIATE
|
190
|
0 |
0 |
if (-r $source) { }
|
193
|
0 |
0 |
if $$self{'debug'} and $$self{'loglevel'} >= $self->LOG_LEVEL_BASIC
|