| blib/lib/LaTeX/Encode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 13 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 103 | 568 | 2 | 0 | ref $packages_reqd and exists $provided_by{$1} |
| 145 | 7 | 0 | 0 | defined wantarray and exists $latex_encoding{$key} |
| line | l | !l | condition |
|---|---|---|---|
| 123 | 0 | 1 | $action || '' |
| 130 | 0 | 1 | $action || 'unmatched' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 144 | 1 | 6 | 0 | not exists $latex_encoding{$key} or $latex_encoding{$key} ne $new_encoding{$key} |