eHealthAfrica/LMIS-Chrome

View on GitHub
app/scripts/services/tracking-service.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function trackingService has 116 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  .service('trackingService', function trackingService($q, $log, $window, $rootScope, config, utility, storageService, deviceInfoFactory, appConfigService) {
    var tracker = {
      sendAppView: function() {},
      sendException: function() {},
      sendEvent: function() {},
Severity: Major
Found in app/scripts/services/tracking-service.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status