Branch Coverage

blib/lib/HTTP/Session/Store/DBM.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
13 0 4 ref $_[0] ? :
16 0 4 unless $args{$_}
27 0 4 unless &Module::Runtime::require_module($self->dbm_class)
28 0 4 unless tie %hash, $self->dbm_class, $self->file, 66, 384