Condition Coverage

blib/lib/Locale/Babelfish/Phrase/Parser.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
94 1924 0 70 $char eq "#" and $self->next_char eq "{"
104 1894 1 29 $char eq "(" and $self->next_char eq "("
144 17 1 102 $char =~ /^[a-zA-Z0-9_\.]+$/ and $char ne '.' || $self->next_char =~ /^[a-zA-Z0-9_\.]+$/
157 549 0 29 $char eq ")" and $self->next_char eq ")"

or 3 conditions

line l !l&&r !l&&!r condition
50 236 1 45 length $self->piece or scalar @{$self->pieces;} == 0
144 102 0 1 $char ne '.' || $self->next_char =~ /^[a-zA-Z0-9_\.]+$/