.dev/tests/unit/functions/function_check_ip_test.Test.php

Summary

Maintainability
A
1 hr
Test Coverage

Method test_1 has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_1()
    {
        $test_array = [
            '172.19.177.198, 170.51.255.218' => '170.51.255.218',
            '172.19.177.198, 10.21.0.218' => '',
Severity: Minor
Found in .dev/tests/unit/functions/function_check_ip_test.Test.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status