howardjones/network-weathermap

View on GitHub
lib/Weathermap/Core/Target.php

Summary

Maintainability
A
1 hr
Test Coverage

Method readData has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function readData(&$map, &$mapItem)
    {
        MapUtility::debug("ReadData for $mapItem ($this->pluginName $this->pluginRunnable)\n");
        if (!$this->pluginRunnable) {
            MapUtility::debug("Plugin %s isn't runnable\n", $this->pluginName);
Severity: Minor
Found in lib/Weathermap/Core/Target.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status