tewarid/node-udp-forwarder

View on GitHub
udp-forwarder.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initializeSource has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

UdpForwarder.prototype.initializeSource = function() {
    var self = this;
    self.evaluateSourceOptions();
    self.messageAdapter = self.options.messageAdapter || defaultMessageAdapter;
    self.source = dgram.createSocket(self.protocol);
Severity: Minor
Found in udp-forwarder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status