Path 1: 4 calls (1.0)

list (4)

0 (2) 5 (1) 2 (1)

0 (2) 10 (1) 3 (1)

1def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None:
2        self._lines = lines
3        self.x = x
4        self.y = y