VSVverkeerskunde/gvq-api

View on GitHub

Showing 1,426 of 1,426 total issues

Function handle has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function handle(DomainMessage $domainMessage)
    {
        $payload = $domainMessage->getPayload();
        if (!($payload instanceof AnsweredCorrect || $payload instanceof AnsweredInCorrect)) {
            return;
Severity: Minor
Found in src/Statistics/Projectors/CompanyQuestionDifficultyProjector.php - About 35 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 getCountsFromRepository has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    private function getCountsFromRepository(callable $countFunction): array
    {
        $totalNL = 0;
        $totalFR = 0;
        $counts = [];
Severity: Minor
Found in src/Statistics/Service/StatisticsService.php - About 35 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 showQuiz has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function showQuiz(ContainerInterface $container, Request $request): Response
    {
        $language = $request->get('language');

        if ($request->query->get('channel') === 'company') {
Severity: Minor
Found in src/Quiz/Controllers/QuizViewController.php - About 35 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 handle has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function handle(DomainMessage $domainMessage)
    {
        $payload = $domainMessage->getPayload();

        if ($payload instanceof QuizStarted) {
Severity: Minor
Found in src/Quiz/Projectors/QuizProjector.php - About 35 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

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

            if (NULL !== $uuidStart) {

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

    }

Expected 1 space before implements keyword; 2 found
Open

class CompanyQuestionDifficultyProjector  implements EventListener

Expected 0 spaces between brackets of function declaration; 4 found
Open

    public function getAnswer2(

Expected 1 space after class name; 2 found
Open

class CompanyQuestionDifficultyProjector  implements EventListener

Empty lines are not allowed in multi-line function calls
Open


TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

            NULL

The closing parenthesis of a multi-line function declaration must be on a new line
Open

        NaturalNumber $answer2)

The closing brace for the class must go on the next line after the body
Open

}

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        parent::__construct(NULL, 200);
Severity: Minor
Found in src/Common/CsvResponse.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        return ($data instanceof Company) && in_array($format, ['json', 'csv', NULL]);

Expected 0 spaces between brackets of function declaration; 4 found
Open

    public function getAnswer1(

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

Similar blocks of code found in 10 locations. Consider refactoring.
Open

    $$$1.fn[NAME].noConflict = function () {
      $$$1.fn[NAME] = JQUERY_NO_CONFLICT;
      return Collapse._jQueryInterface;
    };
Severity: Major
Found in public/js/bootstrap.js and 9 other locations - About 35 mins to fix
public/js/bootstrap.js on lines 369..372
public/js/bootstrap.js on lines 533..536
public/js/bootstrap.js on lines 1034..1037
public/js/bootstrap.js on lines 1876..1879
public/js/bootstrap.js on lines 2454..2457
public/js/bootstrap.js on lines 3121..3124
public/js/bootstrap.js on lines 3318..3321
public/js/bootstrap.js on lines 3630..3633
public/js/bootstrap.js on lines 3878..3881

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 46.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language