Branch Coverage

blib/lib/Nile/App.pm
Criterion Covered Total %
branch 0 64 0.0


line true false branch
107 0 0 if (@args and @args % 2) { }
123 0 0 if ($object->can('main'))
125 0 0 if ($ret{'rebless'})
137 0 0 unless ($object->can('app'))
222 0 0 unless $$plugin{'autoload'}
225 0 0 unless ($self->is_loaded($class))
232 0 0 if ($self->config->get('db_connect'))
322 0 0 unless (defined $mode)
326 0 0 if ($self->uri_mode == 1) { }
487 0 0 unless $self->logger
679 0 0 unless ($plugin)
683 0 0 unless ($plugin =~ /::/)
690 0 0 if $self->plugin_loaded->{$plugin}
694 0 0 if ($@)
705 0 0 unless ($plugin =~ /::/)
712 0 0 if $self->plugin_loaded->{$plugin}
716 0 0 if ($@)
744 0 0 if (ref $code ne 'CODE')
748 0 0 if (not $self->can($name)) { }
781 0 0 if (not $self->can($name)) { }
920 0 0 if ($module =~ /::/) { }
929 0 0 if $$self{'module'}{$name}
933 0 0 if ($@)
1020 0 0 if (scalar @_ == 1) { }
0 0 elsif (scalar @_ > 1) { }
1025 0 0 if (exists $arg{'epoch'})
1055 0 0 if (defined $env and ref $env eq 'HASH') { }
1078 0 0 if ($self->request->param($self->config->get('app/lang_param_key')))
1082 0 0 if ($self->session->{$self->config->get('app/lang_session_key')})
1086 0 0 if ($self->request->cookie($self->config->get('app/lang_cookie_key')))
1210 0 0 if (utf8::is_utf8($str))
1254 0 0 &Scalar::Util::blessed($_[1]) && $_[1]->isa($_[2]) ? :