Branch Coverage

blib/lib/Dist/Zilla/Plugin/ModuleBuild/Custom.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
82 1 2 if ($api_version)
83 0 1 unless $api_version == 1
88 0 1 unless eval { do { 'Dist::Zilla::Plugin::ModuleBuild'->VERSION(4.300032) } }
124 0 3 unless my $file = &List::Util::first(sub { $_->name eq 'Build.PL'; } , @{$self->zilla->files;})