CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/Newtonsoft.Json/Linq/JTokenReader.cs

Summary

Maintainability
B
4 hrs
Test Coverage

Method SetToken has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private void SetToken(JToken token)
        {
            switch (token.Type)
            {
                case JTokenType.Object:

    File JTokenReader.cs has 257 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    using System;
    using Newtonsoft.Json.Utilities;
    
    namespace Newtonsoft.Json.Linq
    {

      There are no issues that match your filters.

      Category
      Status