Code coverage report for core/src/apm/index.ts

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

All files » core/src/apm/ » index.ts
1 2 3 4 5 6 7 8 91 1 1 1   1 1 1  
export * from './local';
export * from './counter';
export * from './timed';
export * from './histogram';
export * from './settable';
export * from './gauge';
export * from './constants';
export * from './console';