| blib/lib/MojoX/I18N/Lexemes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 31 | 67.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 25 | 0 | 9 | $type eq 'expr' || $type eq 'escp' and $value |
| 25 | 0 | 9 | $type eq 'expr' || $type eq 'escp' and $value and substr($value, 0, length($self->helper) + 1) eq $self->helper . ' ' | |
| 25 | 0 | 0 | $type eq 'expr' || $type eq 'escp' and $value | |
| 25 | 0 | 0 | $type eq 'expr' || $type eq 'escp' and $value and $value =~ $self->helper_re | |
| 64 | 25 | 15 | 9 | $args and not $multiline |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 29 | 20 | $$line[$j + 1] || '' |
| 51 | 0 | 9 | $$line[$j + 2] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 35 | 3 | 6 | 25 | $type eq 'expr' || $type eq 'escp' |
| 0 | 0 | 25 | $type eq 'expr' || $type eq 'escp' | |
| 36 | 0 | 3 | 12 | $type eq 'expr' or $type eq 'escp' |
| 3 | 3 | 9 | $type eq 'expr' or $type eq 'escp' or $type eq 'line' |