Genese complexity report

<- provider.d.ts
Methods : 5
Complexity index : 1.6
Cyclomatic complexity : 4
Cognitive complexity
100 % Correct 5/5
0 % Warning 0/5 (threshold : 10)
0 % Error 0/5 (threshold : 20)
Cyclomatic complexity
100 % Correct 5/5
0 % Warning 0/5 (threshold : 5)
0 % Error 0/5 (threshold : 10)
Methods of provider.d.ts
Complexity Index 0.2 Cyclomatic complexity 0
                            
                                
                
                constructor(_settings: Settings); // ------------------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
read Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                abstract read(_task: Task): T; // ----------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
_getRootDirectory Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                protected _getRootDirectory(task: Task): string; // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
_getReaderOptions Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                protected _getReaderOptions(task: Task): ReaderOptions; // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
_getMicromatchOptions Complexity Index 0.2 Cyclomatic complexity 1
                            
                                
                
                protected _getMicromatchOptions(): MicromatchOptions; // ---------- +0.2 Complexity index (+0.2 atomic)