verse/verse-javascript

View on GitHub
src/Int64.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setValue has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        setValue: function(hi, lo) {
            var negate = false;
            if (arguments.length === 1) {
                if (typeof(hi) === 'number') {
                    // Simplify bitfield retrieval by using abs() value.  We restore sign
Severity: Minor
Found in src/Int64.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status