blib/lib/Net/Hadoop/WebHDFS/LWP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
74 | 0 | 0 | 0 | $payload and &openhandle($payload) |
114 | 0 | 0 | 0 | $res->{'code'} >= 200 and $res->{'code'} <= 299 |
115 | 0 | 0 | 0 | $res->{'code'} >= 300 and $res->{'code'} <= 399 |
line | l | !l | condition |
---|---|---|---|
25 | 0 | 0 | delete $options{'debug'} || 0 |
37 | 0 | 0 | $options{'timeout'} || 30 |
40 | 0 | 0 | $options{'chunksize'} || 4096 |
117 | 0 | 0 | $res->{'body'} || 'Response body is empty...' |
144 | 0 | 0 | $headers->{'www-authenticate'} || '' |
210 | 0 | 0 | $class->VERSION || 'beta' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
152 | 0 | 0 | 0 | $self->{'httpfs_mode'} or not defined $self->{'standby_host'} |
258 | 0 | 0 | 0 | $_ =~ / \<\!\-\- /msx || $_ =~ / \A Apache\b /msx || $_ =~ / \A \s+ \z /msx |