Genese complexity report

<- querystring.d.ts
Methods : 4
Complexity index : 2.8
Cyclomatic complexity : 4
Cognitive complexity
100 % Correct 4/4
0 % Warning 0/4 (threshold : 10)
0 % Error 0/4 (threshold : 20)
Cyclomatic complexity
100 % Correct 4/4
0 % Warning 0/4 (threshold : 5)
0 % Error 0/4 (threshold : 10)
Methods of querystring.d.ts
stringify Complexity Index 1 Cyclomatic complexity 1
                            
                                
                
            
                function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; // ------- +1.0 Complexity index (+1.0 atomic)
            
                            
                        
parse Complexity Index 1 Cyclomatic complexity 1
                            
                                
                
                function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; // --------------------- +1.0 Complexity index (+1.0 atomic)
            
                            
                        
escape Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                function escape(str: string): string; // ------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
unescape Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                function unescape(str: string): string; // ------- +0.4 Complexity index (+0.4 atomic)