Code coverage report for node-ssdp/index.js

Statements: 100% (2 / 2)      Branches: 50% (1 / 2)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » node-ssdp/ » index.js
1 2 3 4 5 6 7 81   1          
var path = process.env.SSDP_COV ? './lib-cov/' : './lib/'
 
module.exports = {
  Server: require(path + 'server'),
  Client: require(path + 'client'),
  Base: require(path + 'index')
}