Branch Coverage

blib/lib/FCGI/Async/PSGI.pm
Criterion Covered Total %
branch 14 18 77.7


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