| blib/lib/Tags/HTML/ChangePassword.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 56 | 1 | 21 | if (&none(sub { |
| 64 | 1 | 19 | unless (defined $self->{'text'}) |
| 67 | 1 | 18 | if (ref $self->{'text'} ne "HASH") |
| 70 | 1 | 17 | unless (exists $self->{'text'}{$self->{'lang'}}) |
| 73 | 1 | 16 | if (@TEXT_KEYS != keys %{$self->{'text'}{$self->{'lang'}};}) |
| 77 | 1 | 75 | unless (exists $self->{'text'}{$self->{'lang'}}{$req_text_key}) |
| 106 | 1 | 3 | unless (defined $message_types_hr) |
| 118 | 1 | 2 | unless (defined $messages_ar) |