json
json copied to clipboard
key_value_pair destructor is not fully covered with tests
The branch
if(sp.is_not_shared_and_deallocate_is_trivial())
return;
is never tested.