Condition Coverage

blib/lib/CGI/Application/PhotoGallery.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
261 0 0 0 $mime and $mime->mediaType eq 'image'
373 0 0 0 $cachetime and $cachetime == $lastmod
379 0 0 0 $reqmod and $reqmod == $lastmod
470 0 0 0 $reqmod and $reqmod == $lastmod
517 0 0 0 $reqmod and $reqmod == $lastmod
570 0 0 0 $cachetime and $cachetime == $lastmod
576 0 0 0 $reqmod and $reqmod == $lastmod

or 2 conditions

line l !l condition
353 0 0 $self->query->param('dir') || ''

or 3 conditions

line l !l&&r !l&&!r condition
415 0 0 0 $self->param('index_template') || $self->_dist_file('photos_index.tmpl')
613 0 0 0 $self->param('single_template') || $self->_dist_file('photos_single.tmpl')
693 0 0 0 $self->param('error_template') || $self->_dist_file('error.tmpl')