| blib/lib/Text/BibTeX.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 17 | 70.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 354 | 13 | 10 | $encoding eq 'utf-8' and utf8::is_utf8($value) |
| 463 | 0 | 0 | 0 | $result and $dest |
| 530 | 0 | 2 | 0 | $superclass and not $package->isa($superclass) |
| line | l | !l | condition |
|---|---|---|---|
| 60 | 256 | 192 | $norm ||= 'NFC' |
| 87 | 20 | 12 | $opts ||= {} |
| 88 | 14 | 18 | $opts->{'binmode'} ||= 'bytes' |
| 89 | 14 | 18 | $opts->{'normalization'} ||= 'NFC' |