Path 1: 2 calls (1.0)

1def reset_code_count(self) -> None:
2        """Resets the code_type_count attribute."""
3        self.code_type_count = CodeTypeCount(
4            code=0, comment=0, docstring=0, empty=0, total=0
5        )