line |
true |
false |
branch |
117
|
1 |
4 |
if @plugins > 1
|
128
|
8 |
0 |
if ($plugin->can('gather_files'))
|
132
|
8 |
0 |
if (my $build_pl = &first(sub {
$_->name eq 'Build.PL';
}
, @{$self->zilla->files;}))
|
140
|
4 |
4 |
if &blessed($plugin) eq 'Dist::Zilla::Plugin::ModuleBuild'
|
165
|
4 |
0 |
if (my $file = $files{'Dist::Zilla::Plugin::ModuleBuildTiny'}{'file'})
|
170
|
1 |
3 |
if $file->content ne $files{'Dist::Zilla::Plugin::ModuleBuildTiny'}{'content'}
|
174
|
4 |
0 |
if (my $file = $files{'Dist::Zilla::Plugin::ModuleBuild'}{'file'})
|
191
|
4 |
0 |
if (my $file = $files{'Dist::Zilla::Plugin::ModuleBuildTiny'}{'file'})
|
233
|
4 |
0 |
defined $preamble ? :
|