Condition Coverage

blib/lib/Net/Async/FastCGI/Request.pm
Criterion Covered Total %
condition 10 16 62.5


and 3 conditions

line !l l&&!r l&&r condition
146 28 0 21 $$self{'stdindone'} and $$self{'paramsdone'}
273 0 0 4 defined $_ && length $_

or 2 conditions

line l !l condition
235 2 0 $self->param('REQUEST_METHOD') || 'GET'
290 1 1 $self->param('QUERY_STRING') || ''
581 2 18 $exitcode || 0
668 1 0 $$params{'HTTP_HOST'} || $$params{'SERVER_NAME'} || ''
1 0 $$params{'SERVER_PORT'} || '80'