Seanitzel/Note-Art

View on GitHub
src/notation/Measure.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Measure has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Measure {
  _duration: string;

  constructor(maxDuration = 64) {
    this._maxDuration = maxDuration;
Severity: Minor
Found in src/notation/Measure.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status