Condition Coverage

blib/lib/Mojo/Server/FastCGI.pm
Criterion Covered Total %
condition 1 33 3.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 $type and $type eq 'BEGIN_REQUEST'
247 0 0 0 defined $c and defined $type
0 0 0 defined $c and defined $type and defined $id

or 2 conditions

line l !l condition
7 0 1 $ENV{'MOJO_FASTCGI_DEBUG'} || 0
248 0 0 $body //= ''
306 0 0 $res->code || 404

or 3 conditions

line l !l&&r !l&&!r condition
254 0 0 0 $body_len > 0 or $empty
282 0 0 0 $! == 11 or $! == 4
0 0 0 $! == 11 or $! == 4 or $! == 11
307 0 0 0 $res->message || $res->default_message
386 0 0 0 $! == 11 or $! == 4
0 0 0 $! == 11 or $! == 4 or $! == 11