Genese complexity report

<- async.d.ts
Methods : 6
Complexity index : 2
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 async.d.ts
Complexity Index 0.4 Cyclomatic complexity 0
                            
                                
                
                constructor(_root: string, _settings: Settings); // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
read Complexity Index 0.2 Cyclomatic complexity 1
                            
                                
                
                read(): EventEmitter; // ----------------------------------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
destroy Complexity Index 0.2 Cyclomatic complexity 1
                            
                                
                
                destroy(): void; // ------------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
onEntry Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                onEntry(callback: EntryEventCallback): void; // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
onError Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                onError(callback: ErrorEventCallback): void; // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
onEnd Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                onEnd(callback: EndEventCallback): void; // ------------ +0.4 Complexity index (+0.4 atomic)