AFAIK ZFS has had deduplication support for a very long time (2009) and now even does opportunistic block cloning with much less overhead.
The new block cloning still had data corruption bugs quite recently.
But it has de-duplication, with your logic no non-CoW FS should be in that list because they are not comparable.
Chart should have a bloc dedup and file dedup separated columns if it is deemed non comparable.
In theory full file deduplication exists in every filesystem that has cow/reflink support
https://lib.rs/crates/fclones
fclones group |fclones dedupe
The new block cloning still had data corruption bugs quite recently.