Name Description Size Coverage
animated 85 %
computed 91 %
distance.rs Machinery to compute distances between animatable values. 4234 77 %
generics 86 %
mod.rs Common [values][values] used in CSS. [values]: https://drafts.csswg.org/css-values/ 21212 91 %
resolved 100 %
specified 91 %
tagged_numeric.rs Generic helper to support a tagged numeric value of 4 bytes and a boxed pointer in the same pointer value in 64-bit builds. The over-all design is a tagged pointer, with the low bit of the pointer being non-zero if it is a non-boxed value. We need to pass the numeric type and tag as separate parameters to make sure that they pack along the tag that we use internally in InlineVariant. 7081 90 %