FrenchYeti/dexcalibur

View on GitHub
src/UTF8.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function decodeSymbol has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function decodeSymbol() {
        var byte1;
        var byte2;
        var byte3;
        var byte4;
Severity: Minor
Found in src/UTF8.js - About 1 hr to fix

    Avoid too many return statements within this function.
    Open

                    return codePoint;
    Severity: Major
    Found in src/UTF8.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status