Branch Coverage

blib/lib/Daje/Plugin/Apploader.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
101 0 0 if (exists $loadables->{'namespaces'}{'plugins'})
113 0 0 if (exists $loadables->{'namespaces'}{'routes'})
121 0 0 if (exists $loadables->{'plugin'})
129 0 0 if (exists @{$$loadables{'plugin'};}[$i]->{'options'}) { }
142 0 0 if (exists $loadables->{'helper'})
146 0 0 if (my $e = load_class($class))
155 0 0 if (exists $loadables->{'routes'})
175 0 0 unless (grep /^$class$/u, @{$modules;})
176 0 0 if (not grep(/^$class$/u, @{$install;})) { }
0 0 elsif (grep /^$class$/u, @{$install;}) { }
189 0 0 if ($length > 0)
201 0 0 if ($app->config("migrations"))