Badgerati/Edison

View on GitHub
Edison.Console/ParameterParser.cs

Summary

Maintainability
A
3 hrs
Test Coverage

Method Parse has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static bool Parse(EdisonContext context, string[] args)
        {
            if (context == default(EdisonContext))
            {
                throw new Exception("No EdisonContext supplied for parsing parameters");
Severity: Major
Found in Edison.Console/ParameterParser.cs - About 2 hrs to fix

    Avoid too many return statements within this method.
    Open

                return true;
    Severity: Major
    Found in Edison.Console/ParameterParser.cs - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status