Condition Coverage

blib/lib/POE/Component/FastCGI/Request.pm
Criterion Covered Total %
condition 4 6 66.6


and 3 conditions

line !l l&&!r l&&r condition
23 3 0 0 defined $cgi->{'HTTPS'} && ($cgi->{'HTTPS'} ? 's' : '')

or 3 conditions

line l !l&&r !l&&!r condition
90 1 1 1 $self->method eq 'GET' or $self->method eq 'HEAD'