Code coverage report for appium-instruments/index.js

Statements: 100% (20 / 20)      Branches: 100% (12 / 12)      Functions: 100% (2 / 2)      Lines: 100% (1 / 1)      Ignored: 7 statements, 6 branches     

All files » appium-instruments/ » index.js
1 2 3 4 5 6           
import Instruments from './lib/instruments';
import * as utils from './lib/utils';
 
export { Instruments, utils };
export default Instruments;