blib/lib/Amon2/Plugin/Web/HTTPSession.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | l | !l | condition |
---|---|---|---|
54 | 0 | 0 | 'Amon2'->context->config->{$store_class} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | $$self{'Amon2::Plugin::Web::HTTPSession'} ||= do { 'HTTP::Session'->new('state', &$state_code($self), 'store', &$store_code($self), 'request', 'Plack::Request'->new($self->request->env)) } |
53 | 0 | 0 | 0 | $store_obj ||= do { my $config ||= 'Amon2'->context->config->{$store_class} || {}; $store_class->new($config) } |
54 | 0 | 0 | 0 | my $config ||= 'Amon2'->context->config->{$store_class} || {} |