digipolisgent/robo-digipolis-package

View on GitHub

Showing 6 of 18 total issues

Method run has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run()
    {
        // Print the output of the compile commands.
        $this->printed();
        if (file_exists($this->dir . '/Gemfile')) {
Severity: Major
Found in src/ThemeCompile.php - About 2 hrs to fix

    Method run has 55 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function run()
        {
            // Clean bower cache before removing node_modules.
            $result = false;
            if (file_exists($this->dir . '/bower.json')) {
    Severity: Major
    Found in src/ThemeClean.php - About 2 hrs to fix

      Function mirrorDir has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
      Open

          protected function mirrorDir()
          {
              if (!$this->useTmpDir) {
                  $this->tmpDir = $this->dir;
                  return;
      Severity: Minor
      Found in src/PackageProject.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 mirrorDir has 46 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          protected function mirrorDir()
          {
              if (!$this->useTmpDir) {
                  $this->tmpDir = $this->dir;
                  return;
      Severity: Minor
      Found in src/PackageProject.php - About 1 hr to fix

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

            public function run()
            {
                // Clean bower cache before removing node_modules.
                $result = false;
                if (file_exists($this->dir . '/bower.json')) {
        Severity: Minor
        Found in src/ThemeClean.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 run has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

            public function run()
            {
                // Print the output of the compile commands.
                $this->printed();
                if (file_exists($this->dir . '/Gemfile')) {
        Severity: Minor
        Found in src/ThemeCompile.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

        Severity
        Category
        Status
        Source
        Language