Cellarise/istanbul-reporter-clover-limits

View on GitHub
Test_Resources/resources/non-bundled/non-bundled-file-2.js

Summary

Maintainability
A
0 mins
Test Coverage
//jshint ignore:start
var results = {};
var self = this;
if(self){
    results = { custom: 9 };
} else {
    /* istanbul ignore next */
    results = { custom: 0 };
}