Branch Coverage

blib/lib/Search/Query/Field/Lucy.pm
Criterion Covered Total %
branch 2 2 100.0


line true false branch
104 1 29 if (exists $self->{'type'} and defined $self->{'type'} and not &blessed($self->{'type'}) and $self->{'type'} =~ /int|date|num/) { }