Path 1: 2083 calls (1.0)

1def reset_node_count(self) -> None:
2        """Resets the node count attribute."""
3        self.node_count = NodeCount(function=0, klass=0, method=0, module=0)