Genese complexity report

<- reader.d.ts
Methods : 6
Complexity index : 2.9
Cyclomatic complexity : 5
Cognitive complexity
100 % Correct 6/6
0 % Warning 0/6 (threshold : 10)
0 % Error 0/6 (threshold : 20)
Cyclomatic complexity
100 % Correct 6/6
0 % Warning 0/6 (threshold : 5)
0 % Error 0/6 (threshold : 10)
Methods of reader.d.ts
Complexity Index 0.2 Cyclomatic complexity 0
                            
                                
                
                constructor(_settings: Settings); // --------------------------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
dynamic Complexity Index 0.6 Cyclomatic complexity 1
                            
                                
                
                abstract dynamic(root: string, options: ReaderOptions): T; // -------- +0.6 Complexity index (+0.6 atomic)
            
                            
                        
static Complexity Index 0.7 Cyclomatic complexity 1
                            
                                
                
                abstract static(patterns: Pattern[], options: ReaderOptions): T; // -------- +0.7 Complexity index (+0.7 atomic)
            
                            
                        
_getFullEntryPath Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                protected _getFullEntryPath(filepath: string): string; // ------------------ +0.4 Complexity index (+0.4 atomic)
            
                            
                        
_makeEntry Complexity Index 0.7 Cyclomatic complexity 1
                            
                                
                
                protected _makeEntry(stats: fs.Stats, pattern: Pattern): Entry; // -------- +0.7 Complexity index (+0.7 atomic)
            
                            
                        
_isFatalError Complexity Index 0.3 Cyclomatic complexity 1
                            
                                
                
                protected _isFatalError(error: ErrnoException): boolean; // --------------- +0.3 Complexity index (+0.3 atomic)