Condition Coverage

blib/lib/TeX/Hyphen.pm
Criterion Covered Total %
condition 14 15 93.3


and 3 conditions

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 4248 223 $restlength == $length and defined($value = $endhyphen->{$substr})

or 3 conditions

line l !l&&r !l&&!r condition
175 17 0 22338 defined $file and defined($_ = ) or not defined $file and defined($_ = $DATA[$i++])