shimabox/pemojine

View on GitHub
scraping/src/Writer/Writer.php

Summary

Maintainability
D
2 days
Test Coverage

File Writer.php has 307 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

namespace SMB\Pemojine\Scraping\Writer;

use SMB\Pemojine\Config\Vendor;
Severity: Minor
Found in scraping/src/Writer/Writer.php - About 3 hrs to fix

    Function createAssets has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
    Open

        private function createAssets(BigGroups $bigGroups)
        {
            $groupAssets      = [];
            $emojiTableAssets = [];
    
    
    Severity: Minor
    Found in scraping/src/Writer/Writer.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 writeConfigEmojiTable has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
    Open

        private function writeConfigEmojiTable(BigGroups $groups, Blade $template)
        {
            $table = [];
            $shortNameAliases = [];
            $unicodeToShortNames = [];
    Severity: Minor
    Found in scraping/src/Writer/Writer.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 writeConfigEmojiTable has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        private function writeConfigEmojiTable(BigGroups $groups, Blade $template)
        {
            $table = [];
            $shortNameAliases = [];
            $unicodeToShortNames = [];
    Severity: Minor
    Found in scraping/src/Writer/Writer.php - About 1 hr to fix

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

          private function writeStructure(
              array $assets,
              Blade $template,
              $outputDir
          )
      Severity: Minor
      Found in scraping/src/Writer/Writer.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 createAssets has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          private function createAssets(BigGroups $bigGroups)
          {
              $groupAssets      = [];
              $emojiTableAssets = [];
      
      
      Severity: Minor
      Found in scraping/src/Writer/Writer.php - About 1 hr to fix

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

            private function writeStructure(
                array $assets,
                Blade $template,
                $outputDir
            )
        Severity: Minor
        Found in scraping/src/Writer/Writer.php - About 1 hr to fix

          Function poolAssets has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
          Open

              private function poolAssets(
                  $vendorName,
                  Group $group,
                  $bigGroupName,
                  $mediumGroupName,
          Severity: Minor
          Found in scraping/src/Writer/Writer.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 poolAssets has 26 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              private function poolAssets(
                  $vendorName,
                  Group $group,
                  $bigGroupName,
                  $mediumGroupName,
          Severity: Minor
          Found in scraping/src/Writer/Writer.php - About 1 hr to fix

            Method poolAssets has 8 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    $vendorName,
                    Group $group,
                    $bigGroupName,
                    $mediumGroupName,
                    $unicode,
            Severity: Major
            Found in scraping/src/Writer/Writer.php - About 1 hr to fix

              There are no issues that match your filters.

              Category
              Status