Genese complexity report

<- stream.d.ts
Methods : 2
Complexity index : 1.3
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 stream.d.ts
dynamic Complexity Index 0.6 Cyclomatic complexity 1
                            
                                
                
                dynamic(root: string, options: ReaderOptions): Readable; // -------- +0.6 Complexity index (+0.6 atomic)
            
                            
                        
static Complexity Index 0.7 Cyclomatic complexity 1
                            
                                
                
                static(patterns: Pattern[], options: ReaderOptions): Readable; // -------- +0.7 Complexity index (+0.7 atomic)