ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/webpack/javascripts/modules/external_users/claims/BlockHelpers.js

Summary

Maintainability
A
0 mins
Test Coverage

File BlockHelpers.js has 547 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

/* global Option */

moj.Helpers.Blocks = {
  Base: function (options) {
    const _options = {
Severity: Major
Found in app/webpack/javascripts/modules/external_users/claims/BlockHelpers.js - About 1 day to fix

    Function ExpenseBlock has 243 lines of code (exceeds 100 allowed). Consider refactoring.
    Wontfix

      ExpenseBlock: function () {
        const self = this
        const staticdata = moj.Helpers.Blocks.staticdata.expenseBlock
    
        moj.Helpers.Blocks.FeeBlock.apply(this, arguments)
    Severity: Major
    Found in app/webpack/javascripts/modules/external_users/claims/BlockHelpers.js - About 6 hrs to fix

      Function ExpenseBlock has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring.
      Wontfix

        ExpenseBlock: function () {
          const self = this
          const staticdata = moj.Helpers.Blocks.staticdata.expenseBlock
      
          moj.Helpers.Blocks.FeeBlock.apply(this, arguments)
      Severity: Minor
      Found in app/webpack/javascripts/modules/external_users/claims/BlockHelpers.js - About 5 hrs 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 Base has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
      Wontfix

        Base: function (options) {
          const _options = {
            type: '_Base',
            vatfactor: 0.2,
            mileageFactor: 0.45,
      Severity: Minor
      Found in app/webpack/javascripts/modules/external_users/claims/BlockHelpers.js - About 2 hrs 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