| blib/lib/Text/Hyphen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 11 | 45.4 |
| line | l | !l | condition |
|---|---|---|---|
| 42 | 0 | 1 | $self->{'min_word'} ||= 5 |
| 43 | 0 | 1 | $self->{'min_prefix'} ||= 2 |
| 44 | 0 | 1 | $self->{'min_suffix'} ||= 2 |
| 485 | 0 | 12 | $delim ||= '-' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 1 | 0 | ref $proto || $proto |