jtyost2/CakePHP-Unit-Testing

View on GitHub
Console/node/asset_builder.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(output, files, paths, done) {
  var fs       = require('fs'),
      path     = require('path'),
      exec     = require('child_process').exec,
      async    = require('async'),
Severity: Minor
Found in Console/node/asset_builder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status