digipolisgent/robo-digipolis-general

View on GitHub

Showing 5 of 10 total issues

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

    public function run()
    {
        try {
            $this->finder->in($this->dirs)->files();
            $defaults = clone $this->finder;
Severity: Minor
Found in src/ReadProperties.php - About 1 hr to fix

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

        public function readProperties($root = null, $web = null, $vendor = null)
        {
            if (!$this->getConfig()->get('digipolis.properties.read', false)) {
                if (is_null($root)) {
                    if (is_callable([$this, 'taskDetermineProjectRoot'])) {
    Severity: Minor
    Found in src/Common/DigipolisPropertiesAware.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 parseConfigFiles has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function parseConfigFiles(Finder $files)
        {
            $configs = [];
            foreach ($files as $file) {
                // Check if this is part of a Robo package.
    Severity: Minor
    Found in src/ReadProperties.php - About 1 hr to fix

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

          public function run()
          {
              $finder = clone $this->finder;
              $finder->in([$this->dir])->exclude($this->exclude)->depth('<=' . $this->depth)->files();
              $rootCandidates = [];
      Severity: Minor
      Found in src/DetermineProjectRoot.php - About 25 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 parseConfigFiles has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          protected function parseConfigFiles(Finder $files)
          {
              $configs = [];
              foreach ($files as $file) {
                  // Check if this is part of a Robo package.
      Severity: Minor
      Found in src/ReadProperties.php - About 25 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