GinoPane/PHPolyglot

View on GitHub

Showing 8 of 11 total issues

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

    private function getVoiceConstraints(): array
    {
        return [
            IbmWatsonVoicesInterface::VOICE_ALLISON => new TtsVoiceFormat(
                new Language(Language::CODE_ENGLISH),
Severity: Major
Found in src/API/Implementation/TTS/IbmWatson/Voice/IbmWatsonVoicesTrait.php - About 2 hrs to fix

    Method getVoiceParameter has 36 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getVoiceParameter(Language $language, array $additionalData = []): string
        {
            $voiceConstraints = $this->getVoiceConstraints();
    
            /** @var string $voice */
    Severity: Minor
    Found in src/API/Implementation/TTS/IbmWatson/Voice/IbmWatsonVoicesTrait.php - About 1 hr to fix

      Function processExamples has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          private function processExamples(array $targetTextGroup, DictionaryEntry $entry): void
          {
              if (!empty($targetTextGroup['ex']) && is_array($targetTextGroup['ex'])) {
                  $examples = [];
      
      
      Severity: Minor
      Found in src/API/Implementation/Dictionary/Yandex/YandexDictionaryApi.php - About 55 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

      Function processLookupResponse has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

          private function processLookupResponse(ResponseContextAbstract $context): DictionaryResponse
          {
              $responseArray = $context->getArray()['def'];
      
              $response = new DictionaryResponse();
      Severity: Minor
      Found in src/API/Implementation/Dictionary/Yandex/YandexDictionaryApi.php - About 45 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

      Function processSynonyms has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

          private function processSynonyms(array $targetTextGroup, DictionaryEntry $entry): void
          {
              if (!empty($targetTextGroup['syn']) && is_array($targetTextGroup['syn'])) {
                  $synonyms = [];
      
      
      Severity: Minor
      Found in src/API/Implementation/Dictionary/Yandex/YandexDictionaryApi.php - About 45 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

      Function processMeanings has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

          private function processMeanings(array $targetTextGroup, DictionaryEntry $entry): void
          {
              if (!empty($targetTextGroup['mean']) && is_array($targetTextGroup['mean'])) {
                  $meanings = [];
      
      
      Severity: Minor
      Found in src/API/Implementation/Dictionary/Yandex/YandexDictionaryApi.php - About 45 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

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

          protected function prepareCheckTextsResponse(ResponseContextAbstract $context): SpellCheckResponse
          {
              $response = new SpellCheckResponse();
      
              $corrections = [];
      Severity: Minor
      Found in src/API/Implementation/SpellCheck/Yandex/YandexSpellCheckApi.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

      Function processAdditionalParameters has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          private function processAdditionalParameters(TtsAudioFormat $format, array $additionalData = []): array
          {
              $additional = [];
      
              switch ($format->getFormat()) {

      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

      Severity
      Category
      Status
      Source
      Language