Path 1: 383 calls (1.0)

'' (359) '-----------' (4) 'Report' (2) '======' (2) 'Statistics by type' (2) '------------------' (2) 'Raw metrics' (2) 'Duplication' (2) 'Messages b...

1def writeln(self, string: str = "") -> None:
2        """Write a line in the output buffer."""
3        self.write(string + "\n")