Code coverage report for lib/checkers/https.js

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

All files » lib/checkers/ » https.js
1 2  1
// use http checker for URI with https protocol
exports.check = require('./http').check;