Branch Coverage

blib/lib/Locale/Babelfish/Phrase/Compiler.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
28 0 6 if $ast
50 265 0 if $ast
52 0 265 unless $self->ast
53 0 265 if scalar @{$self->ast;} == 0
55 201 64 if (scalar @{$self->ast;} == 1 and ref $self->ast->[0] eq "Locale::Babelfish::Phrase::Literal")
62 70 93 if (ref $node eq 'Locale::Babelfish::Phrase::Literal') { }
66 27 elsif (ref $node eq 'Locale::Babelfish::Phrase::Variable') { }
27 0 elsif (ref $node eq 'Locale::Babelfish::Phrase::PluralForms') { }