Condition Coverage

lib/Net/FastCGI/IO.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 $off and warnings::enabled()
100 0 0 0 not $len and $off == 8
113 0 0 0 $off and warnings::enabled()
173 0 0 0 defined $fd and $fd >= 0
202 0 0 0 defined $fd and $fd >= 0

or 3 conditions

line l !l&&r !l&&!r condition
121 0 0 0 @_ == 4 or @_ == 5
145 0 0 0 @_ == 4 or @_ == 5
188 0 0 0 not $timeout or ($pending = $timeout - (time - $initial)) > 0
217 0 0 0 not $timeout or ($pending = $timeout - (time - $initial)) > 0