Condition Coverage

blib/lib/MojoMojo/Controller/Gallery.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
147 0 0 0 $tag and not $c->model('DBIC::Tag')->search('photo', $photo, 'person', $c->user->obj->id, 'tag', $tag)->next

or 2 conditions

line l !l condition
49 0 0 $page || 1
79 0 0 $page || 1

or 3 conditions

line l !l&&r !l&&!r condition
31 0 0 0 $c->stash->{'message'} ||= $c->loc('Photo not found')
199 0 0 0 $c->stash->{'photo'} || $c->req->params->{'photo'}