Branch Coverage

blib/lib/MyCPAN/App/DPAN/Reporter/AsYAML.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
103 0 0 unless opendir my $dh, $report_dir
118 0 0 unless $file =~ /\.yml\z/
120 0 0 unless (my $yaml = eval { do { YAML::LoadFile(catfile($report_dir, $file)) } })
133 0 0 unless -e $dist_file
159 0 0 if eval { do { $version->can('numify') } }
167 0 0 if ($version_variable and $version_variable ne $package)
180 0 0 if ($self->skip_package($package))
209 0 0 ref $d ? :
214 0 0 unless -d $index_dir
344 0 0 if (-e $module_list_file)
384 0 0 if $@
387 0 0 if ($rc == 1) { }
0 0 elsif ($rc == 2) { }