librenms/librenms

View on GitHub
LibreNMS/OS/Windows.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getClientVersion has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getClientVersion($build, $version)
    {
        $default = $build > 10000 ? '10 (NT 6.3)' : null;
        $default = $build > 22000 ? '11 Insider (NT 6.3)' : null;

Severity: Minor
Found in LibreNMS/OS/Windows.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status