Branch Coverage

blib/lib/HTTP/Session/Store/CHI.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
12 0 2 ref $_[0] ? :
15 0 4 unless $args{$_}
18 1 1 if (ref $args{'chi'} and ref $args{'chi'} eq "HASH")
26 6 34 if &is_utf8($session_id)
27 24 16 if ($session_id =~ /[\x00-\x20\x7f-\xff]/ or length $session_id > 250)