| blib/lib/Wishlist.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 8 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 87 | 0 | 0 | $c->model->user($username) || {} |
| 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'} |