Branch Coverage

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


line true false branch
74 5 0 if (exists $args{'app'})
113 0 6 ($req->param('HTTPS') || 'off') =~ /^(?:on|1)/iu ? :
141 1 5 unless (defined $body)
142 0 1 unless defined wantarray
147 4 1 if (ref $body eq 'ARRAY') { }
156 1 1 if defined $buffer
166 4 2 if (ref $resp eq 'ARRAY') { }
2 0 elsif (ref $resp eq 'CODE') { }