bemusic/bms-js

View on GitHub
spacing/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fromBMSChart has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Spacing.fromBMSChart = function (chart) {
  var segments = [ ]

  chart.objects.allSorted().forEach(function (object) {
    if (object.channel === 'SP') {
Severity: Minor
Found in spacing/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status