Badgerati/Edison

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

Summary

Maintainability
A
1 hr
Test Coverage

Method Get has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public dynamic Get(HtmlIdentifierType identifierType, string identifier)
        {
            if (Explorer.Document == null)
            {
                throw new NullReferenceException("Browser object has no Document available for querying");
Severity: Minor
Found in Edison.Framework/Browsers/Browser.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status