| blib/lib/MojoX/I18N/Lexemes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 14 | 78.5 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 8 | 36 | if ($multiline) { } |
| 8 | 28 | elsif ($type eq 'expr' || $type eq 'escp' and $value and substr($value, 0, length($self->helper) + 1) eq $self->helper . ' ') { } | |
| 0 | 28 | elsif ($type eq 'expr' || $type eq 'escp' and $value and $value =~ $self->helper_re) { } | |
| 33 | 0 | 8 | if ($type eq 'expr' or $type eq 'escp') { } |
| 47 | 8 | 0 | unless (($$line[$j + 2] || '') eq 'text') |
| 60 | 8 | 36 | if ($args and not $multiline) |
| 62 | 6 | 2 | if $lexem |