Branch Coverage

blib/lib/Locale/Babelfish/Phrase/ParserBase.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
19 0 7 if defined $phrase
52 2 157 if $self->index >= $self->length - 1
59 3432 291 if ($self->index >= 0)
63 289 3434 if $self->index eq $self->length
83 18 0 if ($self->index > 0) { }
95 291 1 if (defined $phrase)
99 1 291 unless defined $self->phrase