Branch Coverage

blib/lib/Hash/Storage/Driver/Base.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
21 0 3 unless $serializer
25 3 0 if (not ref $serializer) { }
0 0 elsif ($serializer->can('serialize') and $serializer->can('deserialize')) { }
26 2 1 if ($serializer ne 'Dummy')
82 0 36 unless ref $cb eq 'CODE'
85 0 36 unless open my $fh, '>', $semophore
87 0 36 unless flock $fh, 2
89 0 36 unless flock $fh, 8