Condition Coverage

blib/lib/HTTP/Request/FromWget.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
218 0 0 0 $segments[-1] and $segments[-1] eq '..' || $segments[-1] eq '.'
228 0 0 0 $segments[$i] ne ".." and $segments[$i + 1] eq ".."

or 2 conditions

line l !l condition
294 0 0 $method ||= "POST"
303 0 0 $method ||= "POST"
332 0 0 $method ||= "POST"
343 0 0 $method ||= "POST"
348 0 0 $method ||= "GET"

or 3 conditions

line l !l&&r !l&&!r condition
218 0 0 0 $segments[-1] eq '..' || $segments[-1] eq '.'
355 0 0 0 $options->{'user'} or $options->{'http-user'}
356 0 0 0 $options->{'anyauth'} or $options->{'ntlm'}
0 0 0 $options->{'anyauth'} or $options->{'ntlm'} or $options->{'negotiate'}
365 0 0 0 delete $options->{'user'} || delete $options->{'http-user'}