Path 1: 192 calls (1.0)

False (171) True (21)

GeneratorExit (21)

1def any_fail_on_issues(self) -> bool:
2        return any(x in self.fail_on_symbols for x in self.stats.by_msg.keys())