Class: Ucode::Models::Audit::CodepointSetDiff

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/ucode/models/audit/codepoint_set_diff.rb

Overview

Diff between two cmap codepoint sets.

‘added`/`removed` are compact range lists (CodepointRange) so a large delta (e.g. CJK extension added) renders as a handful of ranges rather than thousands of codepoints.

‘unchanged_count` is the intersection size — useful as a sanity check that the two reports share enough coverage to be meaningfully comparable.