push
travis-ci
20 of 20 new or added lines in 1 file covered. (100.0%)
1911 of 2035 relevant lines covered (93.91%)
126.24 hits per line
1 |
which = require('which') |
2✔ |
2 |
|
|
3 |
|
|
4 |
module.exports = |
2✔ |
5 |
which: (command) -> |
|
6 |
try
|
80✔ |
7 |
which.sync(command) |
80✔ |
8 |
return true |
80✔ |
9 |
catch e
|
|
10 |
return false |
× |