d0x2f/CloverMerge

View on GitHub
src/Metrics.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

        int $statement_count = 0,
        int $covered_statement_count = 0,
        int $conditional_count = 0,
        int $covered_conditional_count = 0,
        int $method_count = 0,
Severity: Major
Found in src/Metrics.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status