Badgerati/Edison

View on GitHub
Edison.Engine/Threading/ResultCalloutThread.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        public void Run()
        {
            while (!(_interrupted && Count == 0))
            {
                // if there's nothing to send, sleep for a little
Severity: Minor
Found in Edison.Engine/Threading/ResultCalloutThread.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status