CORE-POS/IS4C

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

Summary

Maintainability
A
1 hr
Test Coverage

Method GetTokenIndex has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected static JToken GetTokenIndex(JToken t, bool errorWhenNoMatch, int index)
        {
            JArray a = t as JArray;
            JConstructor c = t as JConstructor;

    Avoid too many return statements within this method.
    Open

                    return null;

      There are no issues that match your filters.

      Category
      Status