Path 1: 2 calls (1.0)

Section (1) EvaluationSection (1)

1def display_reports(self, layout: Section) -> None:
2        """Display results encapsulated in the layout tree."""
3        for rep in self._sub_reporters:
4            rep.display_reports(layout)