Branch Coverage

blib/lib/Plack/Session/Store/Cache.pm
Criterion Covered Total %
branch 1 2 50.0


line true false branch
21 0 2 unless builtin::blessed($params{'cache'}) and $params{'cache'}->can("get") and $params{'cache'}->can("set") and $params{'cache'}->can("remove")