Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.dts.php
Method Analyze
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function Analyze() {
$info = &$this->getid3->info;
$info['fileformat'] = 'dts';
$this->fseek($info['avdataoffset']);
Function Analyze
has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring. Open
Open
public function Analyze() {
$info = &$this->getid3->info;
$info['fileformat'] = 'dts';
$this->fseek($info['avdataoffset']);
- Read upRead up
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
Open
public static function numChannelsLookup($index) {
switch ($index) {
case 0:
return 1;
break;
Method bitrateLookup
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function bitrateLookup($index) {
static $lookup = array(
0 => 32000,
1 => 56000,
2 => 64000,
Function numChannelsLookup
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
public static function numChannelsLookup($index) {
switch ($index) {
case 0:
return 1;
break;
- Read upRead up
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
Open
return 8;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return 5;
Avoid too many return
statements within this method. Open
Open
return 7;
Avoid too many return
statements within this method. Open
Open
return 6;