()
| 46 | } |
| 47 | |
| 48 | getAll(): FrameworkAnalyzer[] { |
| 49 | return [...this.sortedAnalyzers]; |
| 50 | } |
| 51 | |
| 52 | private isExtraExtension(filePath: string, extraFileExtensions?: string[]): boolean { |
| 53 | if (!extraFileExtensions?.length) { |
no outgoing calls
no test coverage detected