Genese complexity report

<- index.d.ts
Methods : 2
Complexity index : 7.6
Cyclomatic complexity : 2
Cognitive complexity
100 % Correct 2/2
0 % Warning 0/2 (threshold : 10)
0 % Error 0/2 (threshold : 20)
Cyclomatic complexity
100 % Correct 2/2
0 % Warning 0/2 (threshold : 5)
0 % Error 0/2 (threshold : 10)
Methods of index.d.ts
fastq Complexity Index 3.9 Cyclomatic complexity 1
                            
                                
            declare function fastq<C, T = any, R = any>(context: C, worker: fastq.worker<C, T, R>, concurrency: number): fastq.queue<T, R // ------- +3.9 Complexity index (+1.9 atomic, +2 recursivity)
            
                            
                        
fastq Complexity Index 3.7 Cyclomatic complexity 1
                            
                                
            
            declare function fastq<C, T = any, R = any>(worker: fastq.worker<C, T, R>, concurrency: number): fastq.queue<T, R> // ------------------- +3.7 Complexity index (+1.7 atomic, +2 recursivity)