CRAP Complexity Coverage Location
2.00 1 0/1 (0.00%) command/compute-crap.command.ts (L12 - L19)
    public constructor(
        private readonly crapReportService: CrapReportService,
        private readonly fileSystemService: FileSystemService,
        private readonly configService: ConfigService,
        private readonly logger: Logger,
    ) {
        super();
    }