conveyal/transitive.js

View on GitHub
lib/core/journey.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  constructor(data, network) {
    this.network = network

    for (const key in data) {
      this[key] = data[key]
Severity: Major
Found in lib/core/journey.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status