| blib/lib/Dancer/Plugin/Cache/CHI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 59 | 0 | 4 | if defined $namespace |
| 66 | 1 | 3 | if exists $setting{'honor_no_cache'} |
| 74 | 4 | 5 | unless $honor_no_cache |
| 92 | 23 | 9 | unless my $cached = cache()->get(&$cache_page_key_generator()) |
| 95 | 2 | 7 | if should_skip_cache() |
| 106 | 7 | 0 | ref $cached eq 'HASH' ? : |