fremag/MemoScope.Net

View on GitHub
MemoScope/Modules/DumpDiff/DumpDiffModule.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        public int Compare(object x, object y)
        {
            if( sortOrder == SortOrder.None)
            {
                return 0;
Severity: Minor
Found in MemoScope/Modules/DumpDiff/DumpDiffModule.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status