I think I found what I was looking for. The query below gives a good indication of what isn't being replicated:
SELECT * FROM sys.objects so
WHERE object_id NOT IN (SELECT objid FROM sysmergearticles)
AND type IN ('U', 'V', 'P')
AND is_ms_shipped <> 1
ORDER BY type, name