brandon14/ebay-sdk-php

View on GitHub
src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php

Summary

Maintainability
F
2 wks
Test Coverage

File CustomerServiceMetricTaskApi.php has 534 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

/**
 * This file is part of the trollandtoad/ebay-sdk-php package.
 *
Severity: Major
Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 1 day to fix

    Function createCustomerServiceMetricTaskRequest has a Cognitive Complexity of 27 (exceeds 5 allowed). Consider refactoring.
    Open

        public function createCustomerServiceMetricTaskRequest($accept_language, $create_service_metrics_task_request)
        {
            // Verify the required parameter 'accept_language' is set.
            if ($accept_language === null || (\is_array($accept_language) && count($accept_language) === 0)) {
                throw new \InvalidArgumentException('Missing the required parameter $accept_language when calling createCustomerServiceMetricTask');
    Severity: Minor
    Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 3 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Method getCustomerServiceMetricTasksRequest has 89 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getCustomerServiceMetricTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
        {
            $resourcePath = '/customer_service_metric_task';
            $formParams = [];
            $queryParams = [];
    Severity: Major
    Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 3 hrs to fix

      Method createCustomerServiceMetricTaskRequest has 69 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function createCustomerServiceMetricTaskRequest($accept_language, $create_service_metrics_task_request)
          {
              // Verify the required parameter 'accept_language' is set.
              if ($accept_language === null || (\is_array($accept_language) && count($accept_language) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $accept_language when calling createCustomerServiceMetricTask');
      Severity: Major
      Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 2 hrs to fix

        Function getCustomerServiceMetricTaskRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
        Open

            public function getCustomerServiceMetricTaskRequest($task_id)
            {
                // Verify the required parameter 'task_id' is set.
                if ($task_id === null || (\is_array($task_id) && count($task_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $task_id when calling getCustomerServiceMetricTask');
        Severity: Minor
        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 2 hrs to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Method getCustomerServiceMetricTaskRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getCustomerServiceMetricTaskRequest($task_id)
            {
                // Verify the required parameter 'task_id' is set.
                if ($task_id === null || (\is_array($task_id) && count($task_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $task_id when calling getCustomerServiceMetricTask');
        Severity: Major
        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 2 hrs to fix

          Method getCustomerServiceMetricTasksWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function getCustomerServiceMetricTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
              {
                  $request = $this->getCustomerServiceMetricTasksRequest($date_range, $feed_type, $limit, $look_back_days, $offset);
          
                  try {
          Severity: Major
          Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 2 hrs to fix

            Method getCustomerServiceMetricTaskWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function getCustomerServiceMetricTaskWithHttpInfo($task_id)
                {
                    $request = $this->getCustomerServiceMetricTaskRequest($task_id);
            
                    try {
            Severity: Major
            Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 2 hrs to fix

              Function getCustomerServiceMetricTasksRequest has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getCustomerServiceMetricTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                  {
                      $resourcePath = '/customer_service_metric_task';
                      $formParams = [];
                      $queryParams = [];
              Severity: Minor
              Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 2 hrs to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Function getCustomerServiceMetricTasksWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getCustomerServiceMetricTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                  {
                      $request = $this->getCustomerServiceMetricTasksRequest($date_range, $feed_type, $limit, $look_back_days, $offset);
              
                      try {
              Severity: Minor
              Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 1 hr to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Function getCustomerServiceMetricTaskWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getCustomerServiceMetricTaskWithHttpInfo($task_id)
                  {
                      $request = $this->getCustomerServiceMetricTaskRequest($task_id);
              
                      try {
              Severity: Minor
              Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 1 hr to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method getCustomerServiceMetricTasksRequest has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function getCustomerServiceMetricTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
              Severity: Minor
              Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 35 mins to fix

                Method getCustomerServiceMetricTasks has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function getCustomerServiceMetricTasks($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                Severity: Minor
                Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 35 mins to fix

                  Method getCustomerServiceMetricTasksAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function getCustomerServiceMetricTasksAsync($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                  Severity: Minor
                  Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 35 mins to fix

                    Method getCustomerServiceMetricTasksWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getCustomerServiceMetricTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                    Severity: Minor
                    Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 35 mins to fix

                      Method getCustomerServiceMetricTasksAsyncWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getCustomerServiceMetricTasksAsyncWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                      Severity: Minor
                      Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 35 mins to fix

                        Function createCustomerServiceMetricTaskWithHttpInfo has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function createCustomerServiceMetricTaskWithHttpInfo($accept_language, $create_service_metrics_task_request)
                            {
                                $request = $this->createCustomerServiceMetricTaskRequest($accept_language, $create_service_metrics_task_request);
                        
                                try {
                        Severity: Minor
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 35 mins to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Similar blocks of code found in 3 locations. Consider refactoring.
                        Open

                            public function getCustomerServiceMetricTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                            {
                                $resourcePath = '/customer_service_metric_task';
                                $formParams = [];
                                $queryParams = [];
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php and 2 other locations - About 3 days to fix
                        src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 593..703
                        src/Sell/Inventory/V1/Api/OfferApi.php on lines 1759..1869

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 654.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Similar blocks of code found in 6 locations. Consider refactoring.
                        Open

                            public function getCustomerServiceMetricTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                            {
                                $request = $this->getCustomerServiceMetricTasksRequest($date_range, $feed_type, $limit, $look_back_days, $offset);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php and 5 other locations - About 2 days to fix
                        src/Sell/Finances/V1/Api/PayoutApi.php on lines 694..759
                        src/Sell/Finances/V1/Api/TransactionApi.php on lines 438..503
                        src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 447..512
                        src/Sell/Inventory/V1/Api/OfferApi.php on lines 1613..1678
                        src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1178..1243

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 573.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Similar blocks of code found in 12 locations. Consider refactoring.
                        Open

                            public function createCustomerServiceMetricTaskWithHttpInfo($accept_language, $create_service_metrics_task_request)
                            {
                                $request = $this->createCustomerServiceMetricTaskRequest($accept_language, $create_service_metrics_task_request);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php and 11 other locations - About 1 day to fix
                        src/Sell/Account/V1/Api/LocationApi.php on lines 185..215
                        src/Sell/Account/V1/Api/LocationApi.php on lines 1746..1776
                        src/Sell/Account/V1/Api/SalesTaxApi.php on lines 414..444
                        src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1903..1933
                        src/Sell/Inventory/V1/Api/LocationApi.php on lines 179..209
                        src/Sell/Inventory/V1/Api/LocationApi.php on lines 1584..1614
                        src/Sell/Marketing/V1/Api/AdApi.php on lines 2829..2859
                        src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2887..2917
                        src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3105..3135
                        src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3323..3353
                        src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1467..1497

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 355.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Similar blocks of code found in 6 locations. Consider refactoring.
                        Open

                            public function getCustomerServiceMetricTasksAsyncWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                            {
                                $returnType = '\TNT\Ebay\Sell\Feed\V1\Model\CustomerServiceMetricTaskCollection';
                                $request = $this->getCustomerServiceMetricTasksRequest($date_range, $feed_type, $limit, $look_back_days, $offset);
                        
                        
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php and 5 other locations - About 1 day to fix
                        src/Sell/Finances/V1/Api/PayoutApi.php on lines 797..825
                        src/Sell/Finances/V1/Api/TransactionApi.php on lines 541..569
                        src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 550..578
                        src/Sell/Inventory/V1/Api/OfferApi.php on lines 1716..1744
                        src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1281..1309

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 277.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Similar blocks of code found in 12 locations. Consider refactoring.
                        Open

                            public function createCustomerServiceMetricTaskAsyncWithHttpInfo($accept_language, $create_service_metrics_task_request)
                            {
                                $returnType = '';
                                $request = $this->createCustomerServiceMetricTaskRequest($accept_language, $create_service_metrics_task_request);
                        
                        
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php and 11 other locations - About 4 hrs to fix
                        src/Sell/Account/V1/Api/LocationApi.php on lines 253..271
                        src/Sell/Account/V1/Api/LocationApi.php on lines 1814..1832
                        src/Sell/Account/V1/Api/SalesTaxApi.php on lines 476..494
                        src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1965..1983
                        src/Sell/Inventory/V1/Api/LocationApi.php on lines 241..259
                        src/Sell/Inventory/V1/Api/LocationApi.php on lines 1646..1664
                        src/Sell/Marketing/V1/Api/AdApi.php on lines 2891..2909
                        src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2949..2967
                        src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3167..3185
                        src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3385..3403
                        src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1529..1547

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 182.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Similar blocks of code found in 6 locations. Consider refactoring.
                        Open

                            public function getCustomerServiceMetricTasksAsync($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
                            {
                                return $this->getCustomerServiceMetricTasksAsyncWithHttpInfo($date_range, $feed_type, $limit, $look_back_days, $offset)
                                    ->then(
                                        function ($response) {
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php and 5 other locations - About 30 mins to fix
                        src/Sell/Finances/V1/Api/PayoutApi.php on lines 774..782
                        src/Sell/Finances/V1/Api/TransactionApi.php on lines 518..526
                        src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 527..535
                        src/Sell/Inventory/V1/Api/OfferApi.php on lines 1693..1701
                        src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1258..1266

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 91.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        There are no issues that match your filters.

                        Category
                        Status