fisharebest/webtrees

View on GitHub
app/Statistics/Google/ChartSex.php

Summary

Maintainability
A
1 hr
Test Coverage

Method chartSex has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function chartSex(
        int $tot_m,
        int $tot_f,
        int $tot_u,
        string|null $color_female = null,
Severity: Minor
Found in app/Statistics/Google/ChartSex.php - About 1 hr to fix

    Method chartSex has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            int $tot_m,
            int $tot_f,
            int $tot_u,
            string|null $color_female = null,
            string|null $color_male = null,
    Severity: Minor
    Found in app/Statistics/Google/ChartSex.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status