| blib/lib/Plack/Middleware/DevFavicon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 8 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 16 | 0 | 0 | if ($$env{'PATH_INFO'} =~ m[ /favicon\. (?:ico|png) $]msx) | 
| 32 | 0 | 0 | Plack::Util::header_get($$res[1], 'content-type') =~ /png/ ? : | 
| 34 | 0 | 0 | unless my $img = 'Imager'->new('data', $data, 'type', $type) | 
| 35 | 0 | 0 | unless $img = $img->convert('preset', 'gray') |