opensheetmusicdisplay/opensheetmusicdisplay

View on GitHub
src/MusicalScore/VoiceData/NoteType.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getNoteDurationFromType has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static getNoteDurationFromType(type: string): Fraction {
        switch (type) {
            case "1024th":
                return new Fraction(1, 1024);
            case "512th":
Severity: Minor
Found in src/MusicalScore/VoiceData/NoteType.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status