Path 1: 95 calls (1.0)
↩ return True (91) False (4)
1def __bool__(self) -> bool: 2 return bool(self._length)