Condition Coverage

blib/lib/Net/Hadoop/WebHDFS/LWP.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $payload and &openhandle($payload)
113 0 0 0 $res->{'code'} >= 200 and $res->{'code'} <= 299
114 0 0 0 $res->{'code'} >= 300 and $res->{'code'} <= 399

or 2 conditions

line l !l condition
24 0 0 delete $options{'debug'} || 0
36 0 0 $options{'timeout'} || 30
39 0 0 $options{'chunksize'} || 4096
116 0 0 $res->{'body'} || 'Response body is empty...'
143 0 0 $headers->{'www-authenticate'} || ''
203 0 0 $class->VERSION || 'beta'

or 3 conditions

line l !l&&r !l&&!r condition
151 0 0 0 $self->{'httpfs_mode'} or not defined $self->{'standby_host'}
251 0 0 0 $_ =~ / \<\!\-\- /msx || $_ =~ / \A Apache\b /msx || $_ =~ / \A \s+ \z /msx