microting/eform-sdk-dotnet

View on GitHub
eFormSDK.Integration.Base.SqlControllerTests/SqlControllerTestWorker.cs

Summary

Maintainability
C
7 hrs
Test Coverage

Method SQL_Worker_WorkerGetAll_ReturnsAllWorkers has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public async Task SQL_Worker_WorkerGetAll_ReturnsAllWorkers()
        {
            // Arrance

    File SqlControllerTestWorker.cs has 262 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    using System;
    using System.IO;
    using System.Linq;
    using System.Reflection;
    using System.Threading.Tasks;

      Method SQL_Worker_WorkerUpdate_UpdatesWorker has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              [Test]
              public async Task SQL_Worker_WorkerUpdate_UpdatesWorker()
              {
                  // Arrance
      
      

        Method SQL_Worker_WorkerRead_ReadsWorker has 26 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                [Test]
                public async Task SQL_Worker_WorkerRead_ReadsWorker()
                {
                    // Arrance
        
        

          There are no issues that match your filters.

          Category
          Status