Genese complexity report

<- common.d.ts
Methods : 4
Complexity index : 2.7
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 common.d.ts
isFatalError Complexity Index 0.5 Cyclomatic complexity 1
                            
                                
            
            export declare function isFatalError(settings: Settings, error: Errno): boolean; // -------- +0.5 Complexity index (+0.5 atomic)
            
                            
                        
isAppliedFilter Complexity Index 0.8 Cyclomatic complexity 1
                            
                                
            
            export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean; // -------- +0.8 Complexity index (+0.8 atomic)
            
                            
                        
replacePathSegmentSeparator Complexity Index 0.6 Cyclomatic complexity 1
                            
                                
            
            export declare function replacePathSegmentSeparator(filepath: string, separator: string): string; // -------- +0.6 Complexity index (+0.6 atomic)
            
                            
                        
joinPathSegments Complexity Index 0.8 Cyclomatic complexity 1
                            
                                
            
            export declare function joinPathSegments(a: string, b: string, separator: string): string; // --------------- +0.8 Complexity index (+0.8 atomic)