woothemes/woocommerce

View on GitHub
includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get_reports has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_reports() {
        $reports = parent::get_reports();

        $reports[] = array(
            'slug'        => 'orders/totals',

    There are no issues that match your filters.

    Category
    Status