blib/lib/Locale/Babelfish/Phrase/ParserBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 8 | 75.0 |
line | l | !l | condition |
---|---|---|---|
46 | 2494 | 0 | substr($self->phrase, $self->index, 1) // '' |
53 | 71 | 0 | substr($self->phrase, $self->index + 1, 1) // '' |
70 | 2 | 1 | $self->phrase // 'undef' |
2 | 1 | $self->index // '-1' |