Badgerati/Edison

View on GitHub
Edison.TestDriven/TestRunner.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        private void EdisonContext_OnTestResult(ETestResult result)
        {
            switch (result.AbsoluteState)
            {
                case TestResultAbsoluteState.Ignored:
Severity: Minor
Found in Edison.TestDriven/TestRunner.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status