CORE-POS/IS4C

View on GitHub
fannie/admin/labels/FpdfWithBarcode.php

Summary

Maintainability
B
4 hrs
Test Coverage
A
95%

Function Barcode has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
Open

   function Barcode($x,$y,$barcode,$h,$w,$len)
   {
      //Padding
      $barcode=str_pad($barcode,$len-1,'0',STR_PAD_LEFT);
      if($len==12)
Severity: Minor
Found in fannie/admin/labels/FpdfWithBarcode.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 Barcode has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

   function Barcode($x,$y,$barcode,$h,$w,$len)
Severity: Minor
Found in fannie/admin/labels/FpdfWithBarcode.php - About 45 mins to fix

    Method barcodeText has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        function barcodeText($x, $y, $h, $barcode, $len)
    Severity: Minor
    Found in fannie/admin/labels/FpdfWithBarcode.php - About 35 mins to fix

      Method EAN13 has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

         function EAN13($x,$y,$barcode,$h=16,$w=.35)
      Severity: Minor
      Found in fannie/admin/labels/FpdfWithBarcode.php - About 35 mins to fix

        Method UPC_A has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

           function UPC_A($x,$y,$barcode,$h=16,$w=.35)
        Severity: Minor
        Found in fannie/admin/labels/FpdfWithBarcode.php - About 35 mins to fix

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

              function GetCheckDigit($barcode)
              {
                //Compute the check digit
                $sum=0;
                for($i=1;$i<=11;$i+=2)
          Severity: Minor
          Found in fannie/admin/labels/FpdfWithBarcode.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

          There are no issues that match your filters.

          Category
          Status