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) { }
125 0 0 if ($object->can('main'))
127 0 0 if ($ret{'rebless'})
145 0 0 unless ($object->can($_))
240 0 0 unless $$plugin{'autoload'}
243 0 0 unless ($self->is_loaded($class))
250 0 0 if ($self->config->get('db_connect'))
342 0 0 unless (defined $mode)
346 0 0 if ($self->uri_mode == 1) { }
514 0 0 unless $self->logger
706 0 0 unless ($plugin)
710 0 0 unless ($plugin =~ /::/)
717 0 0 if $self->plugin_loaded->{$plugin}
721 0 0 if ($@)
733 0 0 unless ($plugin =~ /::/)
740 0 0 if $self->plugin_loaded->{$plugin}
744 0 0 if ($@)
772 0 0 if (ref $code ne 'CODE')
776 0 0 if (not $self->can($name)) { }
809 0 0 if (not $self->can($name)) { }
949 0 0 if ($module =~ /::/) { }
958 0 0 if $$self{'module'}{$name}
962 0 0 if ($@)
1049 0 0 if (scalar @_ == 1) { }
0 0 elsif (scalar @_ > 1) { }
1054 0 0 if (exists $arg{'epoch'})
1084 0 0 if (defined $env and ref $env eq 'HASH') { }
1107 0 0 if ($self->request->param($self->config->get('app/lang_param_key')))
1111 0 0 if ($self->session->{$self->config->get('app/lang_session_key')})
1115 0 0 if ($self->request->cookie($self->config->get('app/lang_cookie_key')))
1239 0 0 if (utf8::is_utf8($str))
1283 0 0 &Scalar::Util::blessed($_[1]) && $_[1]->isa($_[2]) ? :