librenms/librenms

View on GitHub
LibreNMS/Alert/AlertData.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testData has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function testData(Device $device, array $faults = []): array
    {
        return [
            'hostname' => $device->hostname,
            'device_id' => $device->device_id,
Severity: Minor
Found in LibreNMS/Alert/AlertData.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status