Path 1: 1 calls (1.0)
↩ return 'Bar(100, 11, 62)' (1)
1def __repr__(self) -> str: 2 return f"Bar({self.size}, {self.begin}, {self.end})"