blib/lib/Plack/Middleware/Favicon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 22 | 13.6 |
line | true | false | branch |
---|---|---|---|
57 | 0 | 3 | unless $self->src_image_file |
59 | 0 | 3 | unless -f $self->src_image_file |
63 | 3 | 0 | unless ($imager) |
72 | 0 | 0 | if ($self->cache) |
73 | 0 | 0 | unless $self->custom_favicons |
82 | 0 | 0 | unless $self->custom_favicons |
83 | 0 | 0 | if $$f{'cond'} and not $$f{'cond'}($self, $env) |
84 | 0 | 0 | if ($$env{'PATH_INFO'} =~ /$$f{'path'}/) |
104 | 0 | 0 | if ($self->cache) |
105 | 0 | 0 | if (my $cache = $self->cache->get($self->_ckey($f))) |
122 | 0 | 0 | if ($self->cache) |