antaresproject/core

View on GitHub

Showing 265 of 306 total issues

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

    function extensions($name = null)
    {
        $extensions = app('antares.memory')->make('component')->get('extensions.active');
        $return     = [];
        if (empty($extensions)) {
Severity: Minor
Found in src/foundation/src/helpers.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

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

    protected function handleMenus($options)
    {
        if (isset($this->handled[$this->name])) {
            return;
        }
Severity: Minor
Found in src/foundation/src/Support/Factories/MenuFactory.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

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

    public function obfuscate($value)
    {
        $safe = '';

        foreach (str_split($value) as $letter) {
Severity: Minor
Found in src/components/html/src/Support/Traits/ObfuscateTrait.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

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

    function brand_logo($param = 'logo', $default = null)
    {
        $registry = app('antares.memory')->make('registry');
        $logoPath = config('antares/brands::logo.default_path');

Severity: Minor
Found in src/foundation/src/helpers.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

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

    public function import(OperationHandlerContract $handler, ExtensionContract $extension, bool $reload = false)
    {
        $name     = $extension->getPackage()->getName();
        $filePath = $extension->getPath() . '/acl.php';
        if (!File::exists($filePath)) {
Severity: Minor
Found in src/components/extension/src/Processors/Acl.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

Severity
Category
Status
Source
Language