CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php

Summary

Maintainability
C
1 day
Test Coverage

Method Analyze has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function Analyze() {
        $info = &$this->getid3->info;
        $info['fileformat'] = 'dts';

        $this->fseek($info['avdataoffset']);
Severity: Major
Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 3 hrs to fix

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

        public function Analyze() {
            $info = &$this->getid3->info;
            $info['fileformat'] = 'dts';
    
            $this->fseek($info['avdataoffset']);
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.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 numChannelsLookup has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public static function numChannelsLookup($index) {
            switch ($index) {
                case 0:
                    return 1;
                    break;
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 1 hr to fix

      Method bitrateLookup has 35 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public static function bitrateLookup($index) {
              static $lookup = array(
                  0  => 32000,
                  1  => 56000,
                  2  => 64000,
      Severity: Minor
      Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 1 hr to fix

        Function numChannelsLookup has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
        Open

            public static function numChannelsLookup($index) {
                switch ($index) {
                    case 0:
                        return 1;
                        break;
        Severity: Minor
        Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 55 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

        Avoid too many return statements within this method.
        Open

                        return 6;
        Severity: Major
        Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return 7;
          Severity: Major
          Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return false;
            Severity: Major
            Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return 8;
              Severity: Major
              Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return 5;
                Severity: Major
                Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php - About 30 mins to fix

                  There are no issues that match your filters.

                  Category
                  Status