Branch Coverage

blib/lib/Apache/Session/Store/CacheAny.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
17 0 4 if ($cache->get_object($$session{'data'}{'_session_id'}))
33 2 1 unless $$session{'serialized'} = $cache->get($$session{'data'}{'_session_id'})
44 9 2 unless ($$self{'cache'})
49 2 7 if ($@ and not $impl->can('new'))
66 6 57 exists $$session{'args'}{$_} ? :