Condition Coverage

blib/lib/Apache/Hadoop/Config.pm
Criterion Covered Total %
condition 0 39 0.0


or 2 conditions

line l !l condition
42 0 0 $args{'namenode'} || 'localhost'
0 0 $args{'secondary'} || '0.0.0.0'
0 0 $args{'proxynode'} || 'localhost'
0 0 $args{'proxyport'} || 8888
0 0 $args{'hadoop_install'} || '/usr/local/hadoop'
0 0 $args{'hadoop_confdir'} || '/usr/local/hadoop/etc/hadoop'
0 0 $args{'hdfs_tmp'} || '/hdfs/tmp'
0 0 $args{'hdfs_name_disks'} || ['/hdfs/name1', '/hdfs/name2']
0 0 $args{'hdfs_data_disks'} || ['/hdfs/data1', '/hdfs/data2', '/hdfs/data3', '/hdfs/data4']
0 0 $args{'debug'} || undef
0 0 $args{'config'} || undef
0 0 $args{'cpuinfo'} || undef
0 0 $args{'meminfo'} || undef
0 0 $args{'diskinfo'} || undef
114 0 0 $opts{'mode'} || 488

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 not $min or $_ < $min
60 0 0 0 not $max or $_ > $max
334 0 0 0 $args{'confdir'} || $self->{'confdir'}