Condition Coverage

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


and 3 conditions

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

or 2 conditions

line l !l condition
25 0 0 delete $options{'debug'} || 0
26 0 0 delete $options{'use_ssl'} || 0
38 0 0 $options{'timeout'} || 30
41 0 0 $options{'chunksize'} || 4096
123 0 0 $res->{'body'} || 'Response body is empty...'
150 0 0 $headers->{'www-authenticate'} || ''
216 0 0 $class->VERSION || 'beta'

or 3 conditions

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