Code coverage report for vinyl/lib/isNull.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » vinyl/lib/ » isNull.js
1 2 3 41 57    
module.exports = function(v) {
  return v === null;
};