| blib/lib/App/TinyMVC/Cache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 0 | 0 | 0 | defined $$tinymvc{'context'}{'query_string'}{'cache'} and $$tinymvc{'context'}{'query_string'}{'cache'} eq 'no' |
| 54 | 0 | 0 | 0 | defined $$tinymvc{'context'}{'query_string'}{'cache'} and $$tinymvc{'context'}{'query_string'}{'cache'} eq 'no' || $$tinymvc{'context'}{'query_string'}{'cache'} eq 'reset' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $$tinymvc{'context'}{'query_string'}{'cache'} eq 'no' || $$tinymvc{'context'}{'query_string'}{'cache'} eq 'reset' |