codenothing/StringIterator

View on GitHub
lib/StringIterator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function StringIterator has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function StringIterator( string ) {
    var self = this, i = -1, line = [], length, c;

    if ( ! ( self instanceof StringIterator ) ) {
        return new StringIterator( string );
Severity: Minor
Found in lib/StringIterator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status