| lib/Serge/Sync/Plugin/TranslationService/Smartcat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 170 | 0 | 0 | 0 | $error_code > 0 and $ignore_codes |
| 0 | 0 | 0 | $error_code > 0 and $ignore_codes and ref \$ignore_codes eq 'SCALAR' || grep(($_ eq $error_code), @$ignore_codes) > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 170 | 0 | 0 | 0 | ref \$ignore_codes eq 'SCALAR' || grep(($_ eq $error_code), @$ignore_codes) > 0 |