Branch Coverage

blib/lib/Net/Async/FastCGI/PSGI.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
76 5 0 if (exists $args{'app'})
115 0 6 ($req->param('HTTPS') || 'off') =~ /^(?:on|1)/i ? :
143 1 5 unless (defined $body)
144 0 1 unless defined wantarray
149 4 1 if (ref $body eq 'ARRAY') { }
158 1 1 if defined $buffer
168 4 2 if (ref $resp eq 'ARRAY') { }
2 0 elsif (ref $resp eq 'CODE') { }