Code coverage report for lib/index.js

Statements: 100% (9 / 9)      Branches: 100% (2 / 2)      Functions: 100% (2 / 2)      Lines: 100% (7 / 7)      Ignored: 1 branch     

All files » lib/ » index.js
1 2 3 4 5 6 7 8 9 10 111 1 1   1 2 10 2      
(function(){
  var ref$;
  module.exports = (ref$ = {}, import$(ref$, require('./respond')), import$(ref$, require('./route')));
  /* istanbul ignore next */
  function import$(obj, src){
    var own = {}.hasOwnProperty;
    for (var key in src) Eif (own.call(src, key)) obj[key] = src[key];
    return obj;
  }
}).call(this);