Code coverage report for node-mongoskin/lib/constant.js

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

All files » node-mongoskin/lib/ » constant.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15                    1   1 1 1
/*!
 * mongoskin - constant.js
 *
 * Copyright(c) 2011 - 2012 kissjs.org
 * Copyright(c) 2012 fengmk2 <fengmk2@gmail.com>
 * MIT Licensed
 */
 
"use strict";
 
exports.DEFAULT_PORT = 27017;
 
exports.STATE_CLOSE = 0;
exports.STATE_OPENNING = 1;
exports.STATE_OPEN = 2;