CORE-POS/IS4C

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

Summary

Maintainability
A
3 hrs
Test Coverage

Method Compare has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public bool Compare(JPropertyKeyedCollection other)
        {
            if (this == other)
                return true;

    Avoid too many return statements within this method.
    Open

                    return false;

      Avoid too many return statements within this method.
      Open

                          return (p2.Value == null);

        Avoid too many return statements within this method.
        Open

                    return true;

          Avoid too many return statements within this method.
          Open

                              return false;

            Avoid too many return statements within this method.
            Open

                                return false;

              There are no issues that match your filters.

              Category
              Status