blib/lib/Catalyst/Plugin/Session/State/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | $cfg->{'allowed_uri'} and not $path =~ /$cfg->{'allowed_uri'}/s |
34 | 0 | 0 | 0 | $cfg->{'auth_header'} and my $sid = $c->request->header($cfg->{'auth_header'}) |