VSVverkeerskunde/gvq-api

View on GitHub

Showing 428 of 1,426 total issues

Avoid too many return statements within this function.
Open

                    return [ rowObj.idx ];
Severity: Major
Found in public/js/jquery.dataTables.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                            return [ _fnVisibleToColumnIndex( settings, idx ) ];
    Severity: Major
    Found in public/js/jquery.dataTables.js - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

              return ($n1->toNative() > $n2->toNative()) ? 1 : -1;
      Severity: Major
      Found in src/Statistics/Models/RankedCompanyParticipant.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                return $this->render(
                    'contest/contest.html.twig',
                    [
                        'score' => $score,
                        'totalQuestions' => $totalQuestions,
        Severity: Major
        Found in src/Contest/Controllers/ContestViewController.php - About 30 mins to fix

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

              public static function createChannelTotalFromQuiz(Quiz $quiz): StatisticsKey
              {
                  $statisticsKey = '';
          
                  switch ($quiz->getChannel()->toNative()) {
          Severity: Minor
          Found in src/Quiz/ValueObjects/StatisticsKey.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 edit has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
          Open

              public function edit(Request $request, string $id): Response
              {
                  $user = $this->userRepository->getById(
                      $this->uuidFactory->fromString($id)
                  );
          Severity: Minor
          Found in src/User/Controllers/UserViewController.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 createFromQuiz has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
          Open

              public static function createFromQuiz(Quiz $quiz): StatisticsKey
              {
                  $statisticsKey = '';
          
                  switch ($quiz->getChannel()->toNative()) {
          Severity: Minor
          Found in src/Quiz/ValueObjects/StatisticsKey.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 guardAnswers has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
          Open

              private function guardAnswers(Answers $answers)
              {
                  if (count($answers) < 2 || count($answers) > 3) {
                      throw new \InvalidArgumentException('Amount of answers must be 2 or 3.');
                  }
          Severity: Minor
          Found in src/Question/Models/Question.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