Genese complexity report

<- ast-worker.ts
Methods : 1
Complexity index : 4.8
Cyclomatic complexity : 1
Cognitive complexity
100 % Correct 1/1
0 % Warning 0/1 (threshold : 10)
0 % Error 0/1 (threshold : 20)
Cyclomatic complexity
100 % Correct 1/1
0 % Warning 0/1 (threshold : 5)
0 % Error 0/1 (threshold : 10)
Methods of ast-worker.ts
run Complexity Index 4.8 Cyclomatic complexity 1
                            
                                
            
            
            
            function run() { // -------------------------------------------------------------------------------------------- +0.1 Complexity index (+0.1 atomic)
                Options.setOptions(workerData.pathCommand, workerData.modifiedPath, workerData.pathGeneseNodeJs); // ------- +1.8 Complexity index (+0.8 atomic, +1 structural)
                LanguageToJsonAst.start(Options.pathFolderToAnalyze, workerData.language) // ------------------------------- +1.6 Complexity index (+0.6 atomic, +1 structural)
                parentPort.postMessage(undefined) // ----------------------------------------------------------------------- +1.3 Complexity index (+0.3 atomic, +1 structural)
            }