Badgerati/Edison

View on GitHub
Edison.Framework/Browsers/BrowserHelper.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ValidateUrl has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static bool ValidateUrl(string url)
        {            
            try
            {
                var urlNoParams = (new Uri(url)).GetLeftPart(UriPartial.Path);
Severity: Minor
Found in Edison.Framework/Browsers/BrowserHelper.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status