| blib/lib/MetaTrans.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 636 | 0 | 0 | 0 | $trans and &_eq_stripped($trans, $last_same) |
| 679 | 0 | 0 | 0 | @translations and not $translations[0] =~ /=/ |
| 745 | 0 | 0 | 0 | $left1 eq $left2 && $right1 eq $right2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 636 | 0 | 0 | 0 | @same == 0 or $trans and &_eq_stripped($trans, $last_same) |