kkamkou/node-gelf-pro

View on GitHub
lib/adapter/udp.js

Summary

Maintainability
A
1 hr
Test Coverage

Function send has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

adapter.send = function (message, callback) {
  var bytesSentTotal = 0,
    client = this._createSocket(),
    isInterrupted = false,
    self = this;
Severity: Minor
Found in lib/adapter/udp.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status