Branch Coverage

blib/lib/App/TinyMVC/Cache.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
29 0 0 unless ($$tinymvc{'config'}{'cache'}{'enabled'})
34 0 0 if (defined $$tinymvc{'context'}{'query_string'}{'cache'} and $$tinymvc{'context'}{'query_string'}{'cache'} eq 'no')
39 0 0 unless ($expire)
49 0 0 unless ($$tinymvc{'config'}{'cache'}{'enabled'})
54 0 0 if (defined $$tinymvc{'context'}{'query_string'}{'cache'} and $$tinymvc{'context'}{'query_string'}{'cache'} eq 'no' || $$tinymvc{'context'}{'query_string'}{'cache'} eq 'reset')
60 0 0 if ($res = $$self{'memd'}->get('desporto_stats:' . $prefix . '::' . $key)) { }