Cellarise/istanbul-reporter-clover-limits

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

Summary

Maintainability
A
0 mins
Test Coverage
//jshint ignore:start
var i, ctr;
for (i=0; i < 10; i = i + 1) {
    /* istanbul ignore next */
    ctr = ctr + i;
}
require('./non-bundled-file-2');