blib/lib/Kelp/Module/Symbiosis.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 26 | 65.3 |
line | true | false | branch |
---|---|---|---|
23 | 2 | 14 | if (not ref $app and $app) |
26 | 0 | 2 | unless $loaded->{$app} |
31 | 0 | 16 | if exists $mounted->{$path} |
42 | 0 | 8 | if exists $loaded->{$name} |
45 | 1 | 7 | if ($mount) |
59 | 49 | 3 | if (&blessed($app)) { } |
3 | 0 | elsif (ref $app eq 'CODE') { } | |
60 | 0 | 49 | unless $app->can('run') |
84 | 20 | 0 | unless $self->reverse_proxy |
89 | 0 | 0 | unless not $_[0]{'REMOTE_ADDR'} |
98 | 1 | 5 | unless exists $args{'mount'} |
100 | 2 | 4 | if ($args{'mount'}) |
104 | 0 | 6 | if ($args{'reverse_proxy'}) |