blib/lib/Rapi/Blog/Template/AccessStore.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | l | !l | condition |
---|---|---|---|
20 | 0 | 0 | +(shift())->local_cache->{'template_row_slot'} //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | $self->_cache_slots->{$path}{'Dispatcher'} ||= 'Rapi::Blog::Template::Dispatcher'->new('path', $path, 'AccessStore', $self, 'ctx', 'RapidApp'->active_request_context)->resolve |
283 | 0 | 0 | 0 | $self->_cache_slots->{$template}{'template_mtime'} //= $self->_template_mtime($template) |
294 | 0 | 0 | 0 | $self->_cache_slots->{$template}{'template_content'} //= $self->_template_content($template) |