(self)
| 1459 | class Broken: |
| 1460 | @property |
| 1461 | def result(self): |
| 1462 | raise RuntimeError("broken") |
| 1463 | |
| 1464 | # The exception handler should return False |
| 1465 | val = ToolProcessor._result_contains_patch(Broken()) |
no outgoing calls
no test coverage detected