Showing 6 of 6 total issues

Function loadData has a Cognitive Complexity of 59 (exceeds 5 allowed). Consider refactoring.
Open

    public static function loadData($zipFilePath)
    {
        try {
            Pluf::db()->begin();
            // Temp folder
Severity: Minor
Found in src/Service.php - About 1 day 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 init has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function init()
    {
        $this->_a['table'] = 'backup_snapshots';
        $this->_a['cols'] = array(
            // شناسه‌ها
Severity: Major
Found in src/Snapshot.php - About 2 hrs to fix

    Method loadData has 65 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public static function loadData($zipFilePath)
        {
            try {
                Pluf::db()->begin();
                // Temp folder
    Severity: Major
    Found in src/Service.php - About 2 hrs to fix

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

          private static function prepare($model, $folder)
          {
              $out = array(
                  'model' => $model->_a['model'],
                  'pk' => $model->id,
      Severity: Minor
      Found in src/Service.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 prepare has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          private static function prepare($model, $folder)
          {
              $out = array(
                  'model' => $model->_a['model'],
                  'pk' => $model->id,
      Severity: Minor
      Found in src/Service.php - About 1 hr to fix

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

            public static function storeData($zipFilePath)
            {
                // Temp folder
                $folder = Pluf_FileUtil::createTempFolder('backup-');
        
        
        Severity: Minor
        Found in src/Service.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

        Severity
        Category
        Status
        Source
        Language