Genese complexity report

<- lib.es2015.reflect.d.ts
Methods : 13
Complexity index : 6.7
Cyclomatic complexity : 13
Cognitive complexity
100 % Correct 13/13
0 % Warning 0/13 (threshold : 10)
0 % Error 0/13 (threshold : 20)
Cyclomatic complexity
100 % Correct 13/13
0 % Warning 0/13 (threshold : 5)
0 % Error 0/13 (threshold : 10)
Methods of lib.es2015.reflect.d.ts
apply Complexity Index 0.9 Cyclomatic complexity 1
                            
                                
            
                function apply(target: Function, thisArgument: any, argumentsList: ArrayLike<any>): any; // -------- +0.9 Complexity index (+0.9 atomic)
            
                            
                        
construct Complexity Index 0.9 Cyclomatic complexity 1
                            
                                
                
                function construct(target: Function, argumentsList: ArrayLike<any>, newTarget?: any): any; // -------- +0.9 Complexity index (+0.9 atomic)
            
                            
                        
defineProperty Complexity Index 0.6 Cyclomatic complexity 1
                            
                                
                
                function defineProperty(target: object, propertyKey: PropertyKey, attributes: PropertyDescriptor): boolean; // -------- +0.6 Complexity index (+0.6 atomic)
            
                            
                        
deleteProperty Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                function deleteProperty(target: object, propertyKey: PropertyKey): boolean; // ---------------------------------------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
get Complexity Index 0.7 Cyclomatic complexity 1
                            
                                
                
                function get(target: object, propertyKey: PropertyKey, receiver?: any): any; // -------- +0.7 Complexity index (+0.7 atomic)
            
                            
                        
getOwnPropertyDescriptor Complexity Index 0.6 Cyclomatic complexity 1
                            
                                
                
                function getOwnPropertyDescriptor(target: object, propertyKey: PropertyKey): PropertyDescriptor | undefined; // -------- +0.6 Complexity index (+0.6 atomic)
            
                            
                        
getPrototypeOf Complexity Index 0.2 Cyclomatic complexity 1
                            
                                
                
                function getPrototypeOf(target: object): object; // -------------------------------------------------------------------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
has Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                function has(target: object, propertyKey: PropertyKey): boolean; // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
isExtensible Complexity Index 0.2 Cyclomatic complexity 1
                            
                                
                
                function isExtensible(target: object): boolean; // ------------------------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
ownKeys Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                function ownKeys(target: object): PropertyKey[]; // -------- +0.4 Complexity index (+0.4 atomic)
            
                            
                        
preventExtensions Complexity Index 0.2 Cyclomatic complexity 1
                            
                                
                
                function preventExtensions(target: object): boolean; // -------- +0.2 Complexity index (+0.2 atomic)
            
                            
                        
set Complexity Index 0.8 Cyclomatic complexity 1
                            
                                
                
                function set(target: object, propertyKey: PropertyKey, value: any, receiver?: any): boolean; // -------- +0.8 Complexity index (+0.8 atomic)
            
                            
                        
setPrototypeOf Complexity Index 0.4 Cyclomatic complexity 1
                            
                                
                
                function setPrototypeOf(target: object, proto: any): boolean; // --------------------------------------- +0.4 Complexity index (+0.4 atomic)