| blib/lib/Template/Plugin/Siesta.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 0 | $self->action and $self->cgi->param('submit') |
| 92 | 0 | 0 | 0 | defined $pass1 and defined $pass2 |
| 0 | 0 | 0 | defined $pass1 and defined $pass2 and $pass1 ne $pass2 | |
| 211 | 0 | 0 | 0 | $plugin->personal and ($val) = $self->_getParam("personal_$pref", '(.*)') |
| 216 | 0 | 0 | 0 | $plugin->list->owner == $self->user and ($val) = $self->_getParam("list_$pref", '(.*)') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | ref $referent || $referent |
| 106 | 0 | 0 | 0 | $user ||= 'Siesta::Member'->create({'email', $email}) |