Code coverage report for istanbul/lib/register-plugins.js

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

All files » istanbul/lib/ » register-plugins.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16          89       89 89 89        
 
/*
 Copyright (c) 2012, Yahoo! Inc.  All rights reserved.
 Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
 */
var Store = require('./store'),
    Report = require('./report'),
    Command = require('./command');
 
Store.loadAll();
Report.loadAll();
Command.loadAll();