sebastian-software/core

View on GitHub
source/class/core/util/TextCompressor.js

Summary

Maintainability
A
1 hr
Test Coverage

Function decompress64 has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var decompress64 = function(encodedText) {
        var marker = codePointAt(encodedText, 0);
        if ((marker >> 4) !== MARKERINT) {
            return encodedText;
        }
Severity: Minor
Found in source/class/core/util/TextCompressor.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status