Path 1: 10 calls (1.0)
→ other LineSet (10)
↩ return False (7) True (3)
1def __lt__(self, other: LineSet) -> bool: 2 return self.name < other.name