• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tito10047 / progressive-image-bundle / 21109319019

18 Jan 2026 09:14AM UTC coverage: 90.011% (-0.4%) from 90.436%
21109319019

push

github

Jozef Mostka
Fix problem with cache signed request

2 of 2 new or added lines in 1 file covered. (100.0%)

4 existing lines in 2 files now uncovered.

847 of 941 relevant lines covered (90.01%)

314.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/UrlGenerator/DefaultResponsiveImageUrlGenerator.php
1
<?php
2

3
/*
4
 * This file is part of the Progressive Image Bundle.
5
 *
6
 * (c) Jozef Môstka <https://github.com/tito10047/progressive-image-bundle>
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11

12
namespace Tito10047\ProgressiveImageBundle\UrlGenerator;
13

14
class DefaultResponsiveImageUrlGenerator implements ResponsiveImageUrlGeneratorInterface
15
{
16
    public function generateUrl(string $path, int $targetW, ?int $targetH, ?string $pointInterest = null, array $context = []): string
17
    {
18
        // Simple fallback that just returns the path.
19
        // In a real scenario, this might be replaced by something more sophisticated
20
        // if LiipImagine is not used.
UNCOV
21
        return $path;
×
22
    }
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc