lib/Net/FastCGI/Protocol.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 25 | 27 | 92.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 1 | 1 | 3 | $len and $len <= length $_[0] |
2 | 2 | 1 | $len and $len <= length $_[0] and vec($_[0], 0, 8) == 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 20 | 0 | 0 | $ENV{'NET_FASTCGI_PP'} || $ENV{'NET_FASTCGI_PROTOCOL_PP'} |
80 | 1 | 1 | 6 | @_ == 2 or @_ == 3 |
91 | 12 | 51 | 2 | @_ == 2 or @_ == 3 |
99 | 7 | 7 | 49 | $type == 4 or $type == 9 |
14 | 7 | 42 | $type == 4 or $type == 9 or $type == 10 | |
7 | 8 | 27 | $type == 1 or $type == 3 | |
15 | 15 | 12 | $type == 1 or $type == 3 or $type == 11 |