Genese complexity report

<- sync.d.ts
Methods : 2
Complexity index : 1.4
Cyclomatic complexity : 2
Cognitive complexity
100 % Correct 2/2
0 % Warning 0/2 (threshold : 10)
0 % Error 0/2 (threshold : 20)
Cyclomatic complexity
100 % Correct 2/2
0 % Warning 0/2 (threshold : 5)
0 % Error 0/2 (threshold : 10)
Methods of sync.d.ts
read Complexity Index 0.5 Cyclomatic complexity 1
                            
                                
                
                read(task: Task): EntryItem[]; // -------- +0.5 Complexity index (+0.5 atomic)
            
                            
                        
api Complexity Index 0.9 Cyclomatic complexity 1
                            
                                
                
                api(root: string, task: Task, options: ReaderOptions): Entry[]; // -------- +0.9 Complexity index (+0.9 atomic)