Branch Coverage

blib/lib/Catalyst/Plugin/HashedCookies.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
46 0 0 if ($self->request_class eq 'Catalyst::Request') { }
55 0 0 unless $self->config->{'hashedcookies'}{'algorithm'} =~ /^(?:SHA1|MD5)$/
58 0 0 unless exists $self->config->{'hashedcookies'}{'required'}
62 0 0 unless defined $self->config->{'hashedcookies'}{'key'}
84 0 0 if (scalar @values % 2 == 0)
89 0 0 if (defined $d)
94 0 0 if (defined $p)
102 0 0 unless ($digest or $required)
103 0 0 if $c->debug
121 0 0 if ($digest eq $result) { }
122 0 0 if $c->debug
127 0 0 if $c->debug
154 0 0 if (defined $cgicookie->value)
156 0 0 if (defined $_ and /^_hashedcookies_/)
157 0 0 if $c->debug
196 0 0 if (scalar @{[$cgicookie->value];} % 2 == 1) { }