| blib/lib/Test/Locale/PO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 1 | 15 | defined $po->msgstr and not $po->msgstr =~ /^["\- ]*$/ |
| 1 | 0 | 0 | defined $po->msgid_plural and defined $po->msgstr_n->{'0'} | |
| 1 | 0 | 0 | defined $po->msgid_plural and defined $po->msgstr_n->{'0'} and not $po->msgstr_n->{'0'} =~ /^["\- ]*$/ | |
| 54 | 4 | 15 | 1 | $$opts{'fuzzy'} and $po->has_flag('fuzzy') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 59 | 1 | 1 | 3 | scalar @no_msgstr != 0 or scalar @fuzzy != 0 |