Badgerati/Edison

View on GitHub
Edison.Framework/Results/TestResult.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetParameters has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private string GetParameters(object[] parameters)
        {
            var _parameters = new StringBuilder();

            // If there are no parameters, just return empty
Severity: Minor
Found in Edison.Framework/Results/TestResult.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status