mambax7/alumni-26x

View on GitHub
media/jquery/tablesorter-master/js/parsers/parser-network.js

Summary

Maintainability
A
1 hr
Test Coverage

Function format has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        format: function(address, table) {
            // code modified from http://zurb.com/forrst/posts/JS_Expand_Abbreviated_IPv6_Addresses-1OR
            // Saved to https://gist.github.com/Mottie/7018157
            var i, t, sides, groups, groupsPresent,
                hex = table ? (typeof table === 'boolean' ? table : table && table.config.ipv6HexFormat || false) : false,
Severity: Minor
Found in media/jquery/tablesorter-master/js/parsers/parser-network.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status