fremag/MemoScope.Net

View on GitHub
MemoDummy/LockedThreadScript.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        public override void Run()
        {
            locks = new string[NbThreads];
            for (int i = 0; i < NbThreads; i++)
            {
Severity: Minor
Found in MemoDummy/LockedThreadScript.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status