(self, overall_result)
| 146 | raise NotImplementedError() |
| 147 | |
| 148 | def get_main_metric(self, overall_result): |
| 149 | raise NotImplementedError() |
| 150 | |
| 151 | def get_order_priority(self): |
| 152 | return 100000 |
nothing calls this directly
no outgoing calls
no test coverage detected