Jack12816/id3-writer

View on GitHub
lib/meta.js

Summary

Maintainability
A
1 hr
Test Coverage

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

Meta.prototype.validate = function(information)
{
    // Validate keys by types
    var numbers = [
        'year', 'track', 'total'
Severity: Minor
Found in lib/meta.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status