| 14 | |
| 15 | @Injectable() |
| 16 | export class UserMetric extends Metric { |
| 17 | static PROVIDERS = <StaticProvider[]>[ |
| 18 | {provide: UserMetric, deps: [Options.USER_METRICS, WebDriverAdapter]}, |
| 19 | ]; |
nothing calls this directly
no outgoing calls
no test coverage detected