| blib/lib/CDB_File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 13 | 69.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 431 | 5 | 0 | 2 | $option_key and $option_key eq 'utf8' |
| 5 | 0 | 2 | $option_key and $option_key eq 'utf8' and $is_utf8 | |
| 0 | 2 | 0 | $option_key and $option_key eq 'utf8' and $is_utf8 and $] < '5.014' |
| line | l | !l | condition |
|---|---|---|---|
| 433 | 2 | 5 | $option_key || '' |
| 2 | 5 | $is_utf8 || 0 |