Branch Coverage

blib/lib/Plack/Middleware/Auth/FCGI.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
23 0 0 unless my $sock = 'IO::Socket::INET'->new('PeerAddr', $self->host, 'PeerPort', $self->port)
36 0 0 if (/^(.*?): (.*)$/)
38 0 0 if ($hdrs{$k}) { }
47 0 0 if ($hdrs{'status'} =~ /^(\d+)\s+(.*)$/) { }
54 0 0 if ($hdrs{'location'} and $code == 302 or $code == 303 or $code == 401)
57 0 0 unless ($code < 300)
58 0 0 if ($rejApp) { }