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

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

All files » core/src/apm/local/ » index.ts
1 2 3 4 5 6 71 1 1 1 1 1  
export * from './counter';
export * from './timer';
export * from './metric';
export * from './histogram';
export * from './gauge';
export * from './settable';