Coverage issues

Not making proxy object so get_size not required.

Extend tests to improve coverage
This commit is contained in:
Martin Sumner 2018-02-16 20:27:49 +00:00
parent 70dfb77088
commit 090e414b23
4 changed files with 23 additions and 9 deletions

View file

@ -641,9 +641,7 @@ get_size(PK, Value) ->
Size;
?STD_TAG ->
{_Hash, Size} = MD,
Size;
?HEAD_TAG ->
0
Size
end.
-spec get_keyandobjhash(tuple(), tuple()) -> tuple().