Plato on Github
Report Home
msgs/test/buster-sinon.js
Maintainability
83.70
Lines of code
9
Difficulty
5.31
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
/* * Copyright 2013 the original author or authors * @license MIT, see LICENSE.txt for details * * @author Scott Andrews */ (function (buster, sinon) { 'use strict'; buster.sinon = buster.sinon || sinon; }( this.buster || require('buster'), this.sinon || require('sinon') ));