blib/lib/TeX/Hyphen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 22335 | 3 | 17 | defined $file and defined($_ = |
3 | 5 | 22330 | not defined $file and defined($_ = $DATA[$i++]) | |
259 | 14712 | 5309 | 236 | $pos == 0 and defined($value = $$beginhyphen{$substr}) |
268 | 15786 | 4249 | 222 | $restlength == $length and defined($value = $$endhyphen{$substr}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
175 | 17 | 0 | 22338 | defined $file and defined($_ = |