opensheetmusicdisplay/opensheetmusicdisplay

View on GitHub
src/Common/FileIO/Mxl.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static MXLtoXMLstring(data: string): Promise<string> {
        const zip:  JSZip = new JSZip();
        // asynchronously load zip file and process it - with Promises
        return zip.loadAsync(data).then(
            async (_: any) => {
Severity: Minor
Found in src/Common/FileIO/Mxl.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status