AsgardCms/Blog

View on GitHub

Showing 4 of 20 total issues

Method extendWith has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function extendWith(\Maatwebsite\Sidebar\Menu $menu)
    {
        $menu->group(trans('core::sidebar.content'), function (Group $group) {
            $group->item(trans('blog::blog.title'), function (Item $item) {
                $item->icon('fa fa-copy');
Severity: Minor
Found in Events/Handlers/RegisterBlogSidebar.php - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

                    return 'bg-red';
    Severity: Major
    Found in Presenters/PostPresenter.php - About 30 mins to fix

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

          private function setLocaleAsKey($tags)
          {
              $cleanedTags = [];
              foreach ($tags as $tag) {
                  foreach ($tag->translations as $tagTranslation) {
      Severity: Minor
      Found in Repositories/Eloquent/EloquentTagRepository.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 statusLabelClass has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          public function statusLabelClass()
          {
              switch ($this->entity->status) {
                  case Status::DRAFT:
                      return 'bg-red';
      Severity: Minor
      Found in Presenters/PostPresenter.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