hrntsm/Tunny

View on GitHub
Tunny.Core/Handler/PythonInstaller.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method InstallPackages has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private static void InstallPackages(BackgroundWorker worker, string[] packageList)
        {
            TLog.MethodStart();
            int num = packageList.Length;
            for (int i = 0; i < num; i++)
Severity: Minor
Found in Tunny.Core/Handler/PythonInstaller.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status