Branch Coverage

blib/lib/DBM/Deep/Sector/File.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
54 4 23030 if not $offset or $offset <= 1
57 0 23030 if $type eq "\000"
59 8976 14054 if ($type eq $engine->SIG_ARRAY or $type eq $engine->SIG_HASH) { }
5766 8288 elsif ($type eq $engine->SIG_BLIST) { }
4089 4199 elsif ($type eq $engine->SIG_INDEX) { }
27 4172 elsif ($type eq $engine->SIG_NULL) { }
4167 5 elsif ($type eq $engine->SIG_DATA or $type eq $engine->SIG_UNIDATA) { }
5 0 elsif ($type eq $engine->SIG_FREE) { }