Condition Coverage

blib/lib/Search/Query/Field/Lucy.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 30 exists $self->{'type'} and defined $self->{'type'}
0 0 30 exists $self->{'type'} and defined $self->{'type'} and not &blessed($self->{'type'})
0 29 1 exists $self->{'type'} and defined $self->{'type'} and not &blessed($self->{'type'}) and $self->{'type'} =~ /int|date|num/