| Total Complexity | 54 |
| Dependencies | 2 |
| Dependents | 1 |
| Total lines | 532 |
| Lines of code | 429 |
| Logical lines of code | 187 |
| Comment lines | 0 |
| Methods | 10 |
| Properties | 1 |
| Method | Rating | Maintainability | Complexity | Lines of code |
|---|---|---|---|---|
| get_sales_by_order_status() | 40 | 10 | 66 | |
| get_weekly_sales_by_date() | 42 | 7 | 54 | |
| get_monthly_sales_by_date() | 42 | 7 | 54 | |
| get_sales_by_day_of_week() | 40 | 6 | 64 | |
| get_daily_sales_by_date() | 43 | 7 | 48 | |
| get_order_total_by_date() | 43 | 4 | 50 | |
| get_sales_by_hour() | 47 | 4 | 37 | |
| get_sales_by_payment_gateway() | 50 | 4 | 28 | |
| get_data() | 55 | 4 | 19 | |
| get_summary_data() | 64 | 1 | 9 |