Branch Coverage

blib/lib/Wrangler/PluginManager.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
11 0 0 unless $wrangler
17 0 0 unless -d $dir
20 0 0 unless opendir my $dirh, $dir
21 0 0 unless my(@files) = readdir $dirh
22 0 0 unless closedir $dirh
25 0 0 unless s/\.pm$//
27 0 0 if $seen{$module}++
31 0 0 if $@
35 0 0 unless $module->can('plugin_phases')
37 0 0 unless my $plugin = $module->new($wrangler)
39 0 0 unless ref($plugin) =~ /^Wrangler::Plugin::/
46 0 0 if (my $plugins_ref = plugins('wrangler_startup'))
64 0 0 unless defined $Wrangler::Config::settings{'plugins'}{$_[0]}
78 0 0 unless $Wrangler::Config::settings{'plugins'}
80 0 0 unless $phase
83 0 0 unless ($phase_plugins)
85 0 0 unless $Wrangler::Config::settings{'plugins'}{$_->plugin_name}