()
| 78 | } |
| 79 | |
| 80 | function smallFile () { |
| 81 | var r = through(); |
| 82 | r.end('var a, fs = require("fs"), x; fs.readFileSync("index.js");'); |
| 83 | return r; |
| 84 | } |
| 85 | function largeFile () { |
| 86 | return fs.createReadStream(path.join(__dirname, './input.js')); |
| 87 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…