Branch Coverage

blib/lib/Plack/Middleware/Favicon.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
58 0 0 unless $self->src_image_file
60 0 0 unless -f $self->src_image_file
64 0 0 unless ($imager)
73 0 0 if ($self->cache)
74 0 0 unless $self->custom_favicons
83 0 0 unless $self->custom_favicons
84 0 0 if $$f{'cond'} and not $$f{'cond'}($self, $env)
85 0 0 if ($$env{'PATH_INFO'} =~ /$$f{'path'}/)
105 0 0 if ($self->cache)
106 0 0 if (my $cache = $self->cache->get($self->_ckey($f)))
119 0 0 if ($self->callback)
129 0 0 if ($self->cache)