Path 1: 1 calls (1.0)
→ string 'direct output' (1)
1def writeln(self, string: str = "") -> None: 2 """Write a line in the output buffer.""" 3 for rep in self._sub_reporters: 4 rep.writeln(string)