blib/lib/Plack/Session/Store/Cache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 0 | 0 | 2 | &blessed($params{'cache'}) and $params{'cache'}->can('get') |
0 | 0 | 2 | &blessed($params{'cache'}) and $params{'cache'}->can('get') and $params{'cache'}->can('set') | |
0 | 0 | 2 | &blessed($params{'cache'}) and $params{'cache'}->can('get') and $params{'cache'}->can('set') and $params{'cache'}->can('remove') |