conveyal/transitive.js

View on GitHub
lib/point/pointclustermap.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function constructor has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(transitive) {
    this.transitive = transitive

    this.clusters = []
    this.clusterLookup = {} // maps Point object to its containing cluster
Severity: Major
Found in lib/point/pointclustermap.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status