Branch Coverage

blib/lib/CatalystX/ASP/Session.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
218 14 0 $c->can('session_is_valid') ? :
219 9 5 unless ($c->$session_is_valid($c->sessionid))
228 56 44 if $key =~ /asp|_is_new|_session_key/
235 2 42 if (/asp/) { }
5 37 elsif (/_is_new/) { }
0 37 elsif (/_session_key/) { }
253 0 30 if (defined $key and $key =~ /asp|_is_new|_session_key/) { }