| blib/lib/App/CELL/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 21 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 260 | 3 | 38 | 36 | defined $ARGS{'args'} and @{$ARGS{'args'};} |
| 41 | 35 | 1 | defined $ARGS{'args'} and @{$ARGS{'args'};} and not $text =~ /%s/u |
| line | l | !l | condition |
|---|---|---|---|
| 162 | 4 | 6 | $supp_lang || ['en'] |
| 187 | 0 | 0 | $def_lang || 'en' |
| 234 | 11 | 66 | $ARGS{'lang'} || $def_lang || 'en' |
| 238 | 55 | 22 | $$mesg{$msgobj->{'code'}}{$msgobj->{'lang'}}{'File'} || ' |
| 242 | 55 | 22 | $$mesg{$msgobj->{'code'}}{$msgobj->{'lang'}}{'Line'} || ' |
| 259 | 74 | 3 | stringify_args($ARGS{'args'}) || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 253 | 55 | 22 | 0 | $$mesg{$msgobj->{'code'}}{$msgobj->{'lang'}}{'Text'} || $msgobj->{'code'} |