gnavalesi/music-tag

View on GitHub
src/lib/reader.js

Summary

Maintainability
A
1 hr
Test Coverage

Function read has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var read = function (path, options) {
        var deferred = Q.defer();

        var validParameters = false;
        if (!_.isString(path)) {
Severity: Minor
Found in src/lib/reader.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status