Genese complexity report

<- https.d.ts
Methods : 9
Complexity index : 7.6
Cyclomatic complexity : 6
Cognitive complexity
100 % Correct 9/9
0 % Warning 0/9 (threshold : 10)
0 % Error 0/9 (threshold : 20)
Cyclomatic complexity
100 % Correct 9/9
0 % Warning 0/9 (threshold : 5)
0 % Error 0/9 (threshold : 10)
Methods of https.d.ts
Complexity Index 0.2 Cyclomatic complexity 0
                            
                                
                
                    constructor(options?: AgentOptions); // ------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
Complexity Index 0.3 Cyclomatic complexity 0
                            
                                
                
                    constructor(requestListener?: http.RequestListener); // ------- +0.3 Complexity index (+0.3 atomic)
            
                            
                        
Complexity Index 0.5 Cyclomatic complexity 0
                            
                                
                    
                    constructor(options: ServerOptions, requestListener?: http.RequestListener); // ------- +0.5 Complexity index (+0.5 atomic)
            
                            
                        
createServer Complexity Index 0.5 Cyclomatic complexity 1
                            
                                
                
            
                function createServer(requestListener?: http.RequestListener): Server; // ------- +0.5 Complexity index (+0.5 atomic)
            
                            
                        
createServer Complexity Index 0.7 Cyclomatic complexity 1
                            
                                
                
                function createServer(options: ServerOptions, requestListener?: http.RequestListener): Server; // ------- +0.7 Complexity index (+0.7 atomic)
            
                            
                        
request Complexity Index 1.3 Cyclomatic complexity 1
                            
                                
                
                function request(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; // ------- +1.3 Complexity index (+1.3 atomic)
            
                            
                        
request Complexity Index 1.4 Cyclomatic complexity 1
                            
                                
                
                function request(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; // ------- +1.4 Complexity index (+1.4 atomic)
            
                            
                        
get Complexity Index 1.3 Cyclomatic complexity 1
                            
                                
                
                function get(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; // --------------- +1.3 Complexity index (+1.3 atomic)
            
                            
                        
get Complexity Index 1.4 Cyclomatic complexity 1
                            
                                
                
                function get(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; // ------- +1.4 Complexity index (+1.4 atomic)