Genese complexity report

<- deep.d.ts
Methods : 2
Complexity index : 1.4
Cyclomatic complexity : 1
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 deep.d.ts
Complexity Index 0.4 Cyclomatic complexity 0
                            
                                
                
                constructor(_settings: Settings, _micromatchOptions: MicromatchOptions); // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
getFilter Complexity Index 1 Cyclomatic complexity 1
                            
                                
                
                getFilter(basePath: string, positive: Pattern[], negative: Pattern[]): EntryFilterFunction; // -------- +1.0 Complexity index (+1.0 atomic)