blib/lib/HTTP/StreamParser/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 0 | if ($$buf =~ s/^([A-Z]+)(?=\s)//) |
54 | 0 | 0 | unless $self->validate_method($$self{'method'}) |
70 | 0 | 0 | if ($$buf =~ s/^([^ ]*)(?=\s)//) |
87 | 0 | 0 | if ($$buf =~ s[^(HTTP)/(\d+.\d+)(?=\s)][]) |