blib/lib/Catalyst/Plugin/Session/State/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 10 | 30.0 |
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 | 7 | unless $path |
59 | 2 | 5 | unless $path |