dhcgn/SpeedTester

View on GitHub
SpeedTester/Program.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method RunInternal has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private static void RunInternal(string[] args)
        {
            if (args != null && args.Any())
            {
                Console.Out.WriteLine("You passed some arguments, this program doen't take any. It is only config driven, please see sample config.");
Severity: Minor
Found in SpeedTester/Program.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status