Condition Coverage

blib/lib/YATT/Lite/WebMVC0/Partial/Session.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
156 0 0 0 @with_init and ref $with_init[0] eq 'HASH'

or 2 conditions

line l !l condition
279 0 0 $self->{'cf_session_driver'} //= [$self->default_session_driver]

or 3 conditions

line l !l&&r !l&&!r condition
49 0 0 0 $name ||= $YATT::Lite::WebMVC0::Partial::Session::CON->cget('system')->csrftok_name
58 0 0 0 $name ||= $YATT::Lite::WebMVC0::Partial::Session::CON->cget('system')->csrftok_name
157 0 0 0 delete $opts->{'path'} || $self->session_path($con)
192 0 0 0 delete $opts->{'expire'} // $self->default_session_expire
207 0 0 0 not ref $spec or ref $spec eq 'Regexp'
237 0 0 0 delete $opts->{'path'} || $self->session_path($con)
278 0 0 0 $self->{'cf_session_config'} //= ref $value ? {lexpand($value)} : {$self->default_session_config}
300 0 0 0 $self->{'cf_tmpdir'} //= $self->app_path_var_tmp('sess')