Path 1: 12328 calls (1.0)
↩ return True (6408) False (5920)
1def __bool__(self) -> bool: 2 """A Style is false if it has no attributes, colors, or links.""" 3 return not self._null