Genese complexity report

<- report-worker.ts
Methods : 1
Complexity index : 5.7
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 report-worker.ts
run Complexity Index 5.7 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)
                const result = JsonAstToReports.start(Options.pathCommand, undefined, workerData.markdown, workerData.consoleMode) // ------- +2.1 Complexity index (+1.1 atomic, +1 structural)
                parentPort.postMessage({message: result, astFolder: JsonAstToReports.astFolder}) // ----------------------------------------- +1.7 Complexity index (+0.7 atomic, +1 structural)
            }