microting/eform-sdk-dotnet

View on GitHub
eFormCore/Helpers/TestHelperReturnXML.cs

Summary

Maintainability
A
3 hrs
Test Coverage

Method CreateMultiPictureXMLResult has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public async Task<string> CreateMultiPictureXMLResult(bool create)
        {
            if (create)
            {
                await testHelpers.GenerateDefaultLanguages();
Severity: Major
Found in eFormCore/Helpers/TestHelperReturnXML.cs - About 2 hrs to fix

    Method CreateSiteUnitWorkersForFullLoaed has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            public async Task<string> CreateSiteUnitWorkersForFullLoaed(bool create)
            {
                if (create)
                {
                    int id = t.GetRandomInt(6);
    Severity: Minor
    Found in eFormCore/Helpers/TestHelperReturnXML.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status