| blib/lib/App/Greple/xlate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 454 | 0 | 0 | 0 | $cache_method and -f $current_file |
| line | l | !l | condition |
|---|---|---|---|
| 437 | 0 | 0 | $new_cache->{$key} // "!!! TRANSLATION ERROR !!!\n" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 397 | 0 | 0 | 0 | delete $old_cache->{$key} // do { push @miss, $key; "NOT TRANSLATED YET\n" } |
| 0 | 0 | 0 | $new_cache->{$key} //= delete $old_cache->{$key} // do { push @miss, $key; "NOT TRANSLATED YET\n" } | |
| 507 | 0 | 0 | 0 | $xlate_cache_update or %$old_cache |