Code coverage report for src/wreqr.js

Statements: 100% (3 / 3)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (3 / 3)     

All files » src/ » wreqr.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 151   1                   1    
Backbone.Wreqr = (function(Backbone, Marionette, _){
  "use strict";
  var Wreqr = {};
 
  // @include wreqr.handlers.js
  // @include wreqr.commandStorage.js
  // @include wreqr.commands.js
  // @include wreqr.requestresponse.js
  // @include wreqr.eventaggregator.js
  // @include wreqr.channel.js
  // @include wreqr.radio.js
 
  return Wreqr;
})(Backbone, Backbone.Marionette, _);