CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/CalendarPlugin/CalendarAttendedEventPage.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method get_id_view has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get_id_view()
    {
        global $FANNIE_OP_DB;
        $uid = FannieAuth::getUID(FannieAuth::checkLogin());
        $dbc = CalendarPluginDB::get();

    Method get_view has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function get_view()
        {
            $uid = FannieAuth::getUID(FannieAuth::checkLogin());
            $dbc = CalendarPluginDB::get();
    
    

      Function post_handler has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
      Open

          public function post_handler()
          {
              $uid = FannieAuth::getUID(FannieAuth::checkLogin());
              $dbc = CalendarPluginDB::get();
              

      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 post_handler has 31 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function post_handler()
          {
              $uid = FannieAuth::getUID(FannieAuth::checkLogin());
              $dbc = CalendarPluginDB::get();
              

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

            public function get_id_view()
            {
                global $FANNIE_OP_DB;
                $uid = FannieAuth::getUID(FannieAuth::checkLogin());
                $dbc = CalendarPluginDB::get();
        Severity: Minor
        Found in fannie/modules/plugins2.0/CalendarPlugin/CalendarAttendedEventPage.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

        There are no issues that match your filters.

        Category
        Status