mohayonao/SCScript

View on GitHub
src/sc/lang/compiler/lexer/comment.js

Summary

Maintainability
A
1 hr
Test Coverage

Function scanMultiLineComment has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  CommentLexer.prototype.scanMultiLineComment = function() {
    var source = this.source;
    var index = this.index;
    var length = source.length;

Severity: Minor
Found in src/sc/lang/compiler/lexer/comment.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status