(self, *args, **kwargs)
| 117 | self.scraper.scrape() |
| 118 | |
| 119 | def process(self, *args, **kwargs): |
| 120 | self.processor.process() |
| 121 | |
| 122 | def analyse(self, *args, **kwargs): |
| 123 | self.analyser.analyse() |
nothing calls this directly
no outgoing calls
no test coverage detected