| blib/lib/Locale/Babelfish/Phrase/ParserBase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 5 | if defined $phrase |
| 52 | 2 | 79 | if $self->index >= $self->length - 1 |
| 59 | 1480 | 95 | if ($self->index >= 0) |
| 63 | 93 | 1482 | if $self->index eq $self->length |
| 83 | 8 | 0 | if ($self->index > 0) { } |
| 95 | 95 | 1 | if (defined $phrase) |
| 99 | 1 | 95 | unless defined $self->phrase |