CRAP Complexity Coverage Location
4.00 4 1/1 (100.00%) crap/function-coverage.ts (L13 - L17)
            ([, { start, end }]) =>
                locationIsInRange({ location: start, range: fileCoverage.fnMap[functionId].decl }) ||
                locationIsInRange({ location: end, range: fileCoverage.fnMap[functionId].decl }) ||
                locationIsInRange({ location: start, range: fileCoverage.fnMap[functionId].loc }) ||
                locationIsInRange({ location: end, range: fileCoverage.fnMap[functionId].loc }),