in scripts/metric_reporter/reporter/suite_reporter.py [0:0]
def skipped_rate(self) -> float | None: """Calculate the skipped rate of the test suite.""" return self._calculate_rate(self.skipped, self.total)