| blib/lib/Font/TFM.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 24 | 54.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 4 | 0 | 0 | @_ == 2 and not $_[1] =~ /^(\d*\.)?\d+$/ |
| 242 | 33 | 6 | 569 | $opbyte >= 128 and not exists $$self{'kern'}{$char . $nextchar} |
| 248 | 575 | 0 | 33 | $opbyte < 128 and not exists $$self{'lig'}{$char . $nextchar} |
| 297 | 18 | 0 | 0 | -f $lsfile and $usels |
| 466 | 4 | 0 | 2 | $$self{'codingscheme'} eq 'TeX math symbols' and defined $MATH_SY_NAMES{$function} |
| 470 | 2 | 0 | 2 | $$self{'codingscheme'} eq 'TeX math extension' and defined $MATH_EX_NAMES{$function} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 2 | 0 | 4 | @_ > 2 or @_ == 2 and not $_[1] =~ /^(\d*\.)?\d+$/ |
| 295 | 0 | 0 | 0 | $opts{'usels'} eq '0' or $opts{'usels'} eq 'no' |