Condition Coverage
blib/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Criterion
Covered
Total
%
condition
2
6
33.3
or 3 conditions
line
l
!l&&r
!l&&!r
condition
88
2
0
0
Catalyst::Utils::class2tempdir
(
$c
)
||
'Catalyst::Exception'
->
throw
(
"Can't determine tempdir for $c"
)
91
2
0
0
$c
->
config
->
{
'session'
}{
'storage'
}
||=
'File::Spec'
->
catfile
(
$tmpdir
,
'session_data'
)