Plato on Github
Report Home
msgs/test/wire/nestedBus.js
Maintainability
81.87
Lines of code
14
Difficulty
11.14
Estimated Errors
0.08
Function weight
By Complexity
By SLOC
/* * Copyright 2013 the original author or authors * @license MIT, see LICENSE.txt for details * * @author Scott Andrews */ (function (define) { 'use strict'; define(function () { return { bus: { channels: 'child' }, plugins: [{ module: 'msgs/wire' }] }; }); }( typeof define === 'function' && define.amd ? define : function (factory) { module.exports = factory(require); } // Boilerplate for AMD and Node ));