| blib/lib/Template/Context/Cacheable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 110 | 0 | 0 | 0 | $CACHE_GET and $CACHE_PUT |
| 125 | 0 | 0 | 0 | exists $$param_ref{'__cache_time'} and not $$param_ref{'__cache_time'} |
| 128 | 0 | 0 | 0 | $param_ref and ref $param_ref eq 'HASH' |
| 0 | 0 | 0 | $param_ref and ref $param_ref eq 'HASH' and $$param_ref{'__cache_time'} | |
| 144 | 0 | 0 | 0 | $DEBUG >= 2 and $cache_key |
| 147 | 0 | 0 | 0 | $cache_key and $cached_data = &$CACHE_GET($cache_key) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 100 | 0 | 0 | 0 | $template->name || $template |