4minitz/4minitz

View on GitHub
server/end2end/end2end-helpers.js

Summary

Maintainability
B
6 hrs
Test Coverage

`` has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

    Meteor.methods({
        'e2e.debugLog'(message) {
            console.log(message);
        },
        'e2e.resetMyApp'(skipUsersCreation) {
Severity: Minor
Found in server/end2end/end2end-helpers.js - About 3 hrs to fix

    Function e2e.resetMyApp has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            'e2e.resetMyApp'(skipUsersCreation) {
                console.log('-------------------------- E2E-METHOD: resetMyApp ');
                AttachmentsCollection.remove({});
                console.log('Count AttachmentsCollection after reset:'+AttachmentsCollection.find().count());
                // remove the meeting series attachment dir
    Severity: Minor
    Found in server/end2end/end2end-helpers.js - About 1 hr to fix

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

              'e2e.resetMyApp'(skipUsersCreation) {
                  console.log('-------------------------- E2E-METHOD: resetMyApp ');
                  AttachmentsCollection.remove({});
                  console.log('Count AttachmentsCollection after reset:'+AttachmentsCollection.find().count());
                  // remove the meeting series attachment dir
      Severity: Minor
      Found in server/end2end/end2end-helpers.js - 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

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

              'e2e.setSettingsForProtocolGeneration'(format) {
                  console.log('-------------------------- E2E-METHOD: setSettingsForProtocolGeneration');
                  //This method sets the document generation to specific settings.
                  //An empty format parameter will lead to deactivation of the document generation
                  if (!Meteor.settings.docGeneration) {
      Severity: Minor
      Found in server/end2end/end2end-helpers.js - 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

      There are no issues that match your filters.

      Category
      Status