Condition Coverage

blib/lib/Plack/Session/Store/Cache.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 2 builtin::blessed($params{'cache'}) and $params{'cache'}->can("get")
0 0 2 builtin::blessed($params{'cache'}) and $params{'cache'}->can("get") and $params{'cache'}->can("set")
0 0 2 builtin::blessed($params{'cache'}) and $params{'cache'}->can("get") and $params{'cache'}->can("set") and $params{'cache'}->can("remove")