Condition Coverage

blib/lib/Catalyst/Model/DBI/SQL/Library.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
123 0 0 0 ref $source ne 'ARRAY' and $$self{'sqlcache'}
0 0 0 ref $source ne 'ARRAY' and $$self{'sqlcache'} and exists $$self{'obj_cache'}{$source}
125 0 0 0 $$self{'sqlcache_use_mtime'} and exists $$source_cached{'mtime'}
128 0 0 0 $debug and $loglevel >= $self->LOG_LEVEL_INTERMEDIATE
134 0 0 0 $debug and $loglevel == $self->LOG_LEVEL_FULL
140 0 0 0 $debug and $loglevel == $self->LOG_LEVEL_FULL
159 0 0 0 $debug and $loglevel >= $self->LOG_LEVEL_BASIC
163 0 0 0 $debug and $loglevel >= $self->LOG_LEVEL_BASIC
166 0 0 0 $$self{'sqlcache'} and ref $source ne 'ARRAY'
173 0 0 0 $debug and $loglevel >= $self->LOG_LEVEL_INTERMEDIATE
178 0 0 0 $debug and $loglevel >= $self->LOG_LEVEL_INTERMEDIATE
193 0 0 0 $$self{'debug'} and $$self{'loglevel'} >= $self->LOG_LEVEL_BASIC

or 3 conditions

line l !l&&r !l&&!r condition
105 0 0 0 $$self{'sqldir'} ||= $c->path_to('root/sql')