app/javascript/src/maps.js

Summary

Maintainability
D
1 day
Test Coverage

Function initMap has 172 lines of code (exceeds 25 allowed). Consider refactoring.
Open

window.initMap = function () {
  class CustomMarker extends google.maps.OverlayView {
    constructor (position, map, opts) {
      super()
      this.position = position
Severity: Major
Found in app/javascript/src/maps.js - About 6 hrs to fix

    Function initGoogleMaps has 107 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      const initGoogleMaps = function (id) {
        const lightStyle = [
          { featureType: 'all', stylers: [] },
          {
            featureType: 'road',
    Severity: Major
    Found in app/javascript/src/maps.js - About 4 hrs to fix

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

      window.initMap = function () {
        class CustomMarker extends google.maps.OverlayView {
          constructor (position, map, opts) {
            super()
            this.position = position
      Severity: Minor
      Found in app/javascript/src/maps.js - About 1 hr 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 onAdd has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          onAdd () {
            const me = this
            const div = document.createElement('div')
            div.style.position = 'absolute'
      
      
      Severity: Minor
      Found in app/javascript/src/maps.js - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status