Branch Coverage

blib/lib/CGI/Thin/Cookies.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
126 0 0 if (defined $cookie{$chip}) { }
127 0 0 unless ref $cookie{$chip} eq 'ARRAY'
135 0 0 if $cookie{$_}
149 0 0 if $cookie{'EXPIRE'} eq 'delete'
153 0 0 unless $cookie{'PATH'}
155 0 0 unless ($cookie{'DOMAIN'})
160 0 0 $cookie{'SECURE'} ? :
177 0 0 unless $time
186 0 0 if ($time eq 'now') { }
0 0 elsif ($time eq 'delete') { }
0 0 elsif ($time eq 'never') { }
0 0 elsif ($time =~ /^([+-]?\d+)([mhdMy]?)/) { }
200 0 0 if $seconds < 10
201 0 0 if $min < 10
202 0 0 if $hour < 10
215 0 0 unless ref $item eq 'ARRAY'