Condition Coverage

blib/lib/MogileFS/Config.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
116 0 0 0 not $config and -r $DEFAULT_CONFIG
119 0 0 0 $config and not $skipconfig
223 0 0 0 $sto and $sto->ping
289 0 0 0 not $has_cached_settings and $fallback

or 2 conditions

line l !l condition
164 0 0 $ENV{'DEBUG'} || 0
194 0 0 $cmdline{'listen'} || $cfgfile{'listen'} || ['0.0.0.0']
236 0 0 'MogileFS::Config'->server_setting('schema_version') || 0
305 0 0 'MogileFS::Config'->server_setting_cached('memcache_servers') || ''

or 3 conditions

line l !l&&r !l&&!r condition
152 0 0 0 choose_value('listener_jobs', undef) || choose_value('query_jobs', 20)
238 0 0 0 $sversion == $expect_ver or 'MogileFS::Config'->config('no_schema_check')
310 0 0 0 $memc ||= 'Cache::Memcached'->new
318 0 0 0 $cache_hostname ||= Sys::Hostname::hostname()