blib/lib/DBIx/SearchBuilder/Record/Cachable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 23 | 47.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
112 | 0 | 2 | 2 | $cache_key and $self->_fetch($cache_key) |
line | l | !l | condition |
---|---|---|---|
221 | 0 | 0 | $value->{'operator'} || '=' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | $self->{'_class'} ||= ref $self |
69 | 3 | 3 | 0 | $self->{'_class'} ||= ref $self |
70 | 4 | 2 | 0 | $_CACHES{$cache} || $self->_SetupCache($cache) |
75 | 6 | 0 | 0 | $self->{'_class'} ||= ref $self |
76 | 4 | 2 | 0 | $_CACHES{$cache} || $self->_SetupCache($cache) |
264 | 1 | 3 | 0 | $self->_KeyCache->fetch($key) || $key |