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 | 71 | if $self->index >= $self->length - 1 |
59 | 1246 | 79 | if ($self->index >= 0) |
63 | 77 | 1248 | if $self->index eq $self->length |
83 | 8 | 0 | if ($self->index > 0) { } |
95 | 79 | 1 | if (defined $phrase) |
99 | 1 | 79 | unless defined $self->phrase |