Branch Coverage

blib/lib/MyCPAN/App/DPAN.pm
Criterion Covered Total %
branch 1 24 4.1


line true false branch
64 0 1 defined $ENV{'DPAN_FRESH_START'} ? :
106 0 0 exists $Defaults{$_[1]} ? :
128 0 0 if ($config->exists('dpan_dir'))
180 0 0 unless $coordinator->get_note('epic_fail') or $coordinator->get_note('postflight_failure')
194 0 0 if $coordinator->get_note('epic_fail')
202 0 0 if $coordinator->get_note('postflight_failure')
222 0 0 unless $config->exists('postflight_class')
226 0 0 if ($application->_check_postflight_class($class))
228 0 0 unless (eval { do { $class->run($application) } })
243 0 0 if (eval "require $class; 1") { }
245 0 0 unless (eval { do { $class->can('run') } })
296 0 0 unless $config->get('fresh_start')