Jack12816/id3-writer

View on GitHub
lib/writer.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function configure has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Writer.prototype.configure = function(callback)
{
    var self = this;

    var adapterOptions = {
Severity: Minor
Found in lib/writer.js - About 2 hrs to fix

    Function write has 46 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    Writer.prototype.write = function(meta, callback)
    {
        var self = this;
        var queue = [];
    
    
    Severity: Minor
    Found in lib/writer.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status