| blib/lib/App/CELL/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 20 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 175 | 4 | 2 | if grep /$lang/u, @{supported_languages();} |
| 210 | 69 | 10 | if ($ARGS{'called_from_status'}) { } |
| 216 | 1 | 78 | unless (exists $ARGS{'code'}) |
| 222 | 1 | 77 | unless ($ARGS{'code'}) |
| 230 | 0 | 77 | if ($ARGS{'lang'}) |
| 260 | 1 | 76 | if (defined $ARGS{'args'} and @{$ARGS{'args'};} and not $text =~ /%s/u) { } |
| 271 | 3 | 73 | unless $ARGS{'args'} |
| 338 | 0 | 70 | unless $self->{'code'} |
| 351 | 0 | 0 | unless $self->{'args'} |
| 365 | 0 | 79 | unless $self->{'text'} |