blib/lib/Catalyst/Plugin/Session/State/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 8 | 12.5 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 0 | if ($cfg->{'allowed_uri'} and not $path =~ /$cfg->{'allowed_uri'}/s) |
34 | 0 | 0 | if ($cfg->{'auth_header'} and my $sid = $c->request->header($cfg->{'auth_header'})) |
36 | 0 | 0 | unless ($c->validate_session_id($sid)) |
55 | 0 | 5 | unless $path |