Branch Coverage
blib/lib/Apache/Session/Store/NoSQL.pm
Criterion
Covered
Total
%
branch
0
6
0.0
line
true
false
branch
12
0
0
if
(
$session
->{
'args'
}{
'Driver'
}
)
{
}
16
0
0
if
(
$@
)
19
0
0
unless
(
$self
->{
'cache'
} =
$module
->
new
(
$session
)
)