| blib/lib/Mojolicious/Command/generate/lexicont.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 26 | 15.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 98 | 0 | 0 | 0 | defined $srclex{$key} and $orglex{$key} ne $srclex{$key} |
| 122 | 0 | 0 | 0 | defined $changes{$key} and $changes{$key} == 1 |
| 134 | 0 | 0 | 0 | defined $$conf{'json'} and $$conf{'json'} == 1 |
| 149 | 0 | 0 | 0 | defined $$conf{'json'} and $$conf{'json'} == 1 |
| 172 | 0 | 0 | 7 | defined $$conf{'json'} and $$conf{'json'} == 1 |
| 183 | 0 | 0 | 5 | defined $$conf{'json'} and $$conf{'json'} == 1 |
| line | l | !l | condition |
|---|---|---|---|
| 73 | 5 | 0 | $self->conf_file || 'lexicont.conf' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 5 | -e $org_file or -e $src_file |
| 122 | 0 | 0 | 0 | not defined $srclex{$key} or defined $changes{$key} and $changes{$key} == 1 |