eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/reports/utility/report.utility.controller.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function prepareData has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function prepareData () {
      paginateRounds(vm.currentPage).forEach(function (r) {
        rnd.push(
          deliveryService.getByRoundId(r)
            .then(function (data) {
Severity: Major
Found in src/app/reports/utility/report.utility.controller.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status