Condition Coverage

blib/lib/Wishlist.pm
Criterion Covered Total %
condition 0 8 0.0


or 2 conditions

line l !l condition
87 0 0 $c->model->user($username) || {}

or 3 conditions

line l !l&&r !l&&!r condition
85 0 0 0 $c->stash->{'username'} || $c->session->{'username'}
0 0 0 $username ||= $c->stash->{'username'} || $c->session->{'username'}