CRAP Complexity Coverage Location
1.00 1 3/3 (100.00%) crap/crap-report.service.ts (L29 - L34)
            Object.values(testCoverage).map(async (fileCoverage) => {
                const { path: sourcePath } = fileCoverage;
                const relativePath = sourcePath.replace(rootDir, "");

                result[relativePath] = await this.processFile({ fileCoverage });
            }),