abhi1693/yii2-installer

View on GitHub

Showing 7 of 9 total issues

Method getResults has 111 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static function getResults()
        {
            /**
             * ['title']
             * ['state']    = OK, WARNING, ERROR
Severity: Major
Found in helpers/SystemCheck.php - About 4 hrs to fix

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

        public function actionMailer()
        {
            $config = Configuration::get();
            $param = Configuration::getParam();
    
    
    Severity: Minor
    Found in controllers/SetupController.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 actionDatabase has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
    Open

        public function actionDatabase()
        {
            $success = FALSE;
            $errorMsg = '';
    
    
    Severity: Minor
    Found in controllers/SetupController.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 getResults has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
    Open

            public static function getResults()
            {
                /**
                 * ['title']
                 * ['state']    = OK, WARNING, ERROR
    Severity: Minor
    Found in helpers/SystemCheck.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 actionDatabase has 50 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function actionDatabase()
        {
            $success = FALSE;
            $errorMsg = '';
    
    
    Severity: Minor
    Found in controllers/SetupController.php - About 2 hrs to fix

      Method actionMailer has 44 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function actionMailer()
          {
              $config = Configuration::get();
              $param = Configuration::getParam();
      
      
      Severity: Minor
      Found in controllers/SetupController.php - About 1 hr to fix

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

            private function setupInitialData()
            {
                // Get Params File
                $param = Configuration::getParam();
        
        
        Severity: Minor
        Found in controllers/ConfigController.php - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language