Path 1: 397 calls (1.0)
→ msg Message (397)
1def handle_message(self, msg: Message) -> None: 2 """Append messages to the list of messages of the reporter.""" 3 self.messages.append(msg)