howardjones/network-weathermap

View on GitHub
test-multipass.php

Summary

Maintainability
A
1 hr
Test Coverage

Method has_transparency has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function has_transparency($imageRef)
{
    $width = imagesx($imageRef);
    $height = imagesy($imageRef);
    $im2 = imagecreate($width, $height);
Severity: Minor
Found in test-multipass.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status