push
travis-ci
8 of 8 new or added lines in 3 files covered. (100.0%)
402 of 2010 relevant lines covered (20.0%)
16.59 hits per line
|
which = require('which') |
4✔ |
2 |
|
|
3 |
|
|
4 |
module.exports = |
4✔ |
5 |
which: (command) -> |
|
6 |
try
|
160✔ |
|
which.sync(command) |
160✔ |
|
return true |
160✔ |
9 |
catch e
|
|
|
return false |
× |