Condition Coverage

blib/lib/Search/Lemur/Database.pm
Criterion Covered Total %
condition 1 3 33.3


and 3 conditions

line !l l&&!r l&&r condition
178 0 0 2 $$self{'title'} eq $$other{'title'} && $$self{'num'} == $$other{'num'} && $$self{'stem'} == $$other{'stem'} && $$self{'stop'} == $$other{'stop'} && $$self{'numdocs'} == $$other{'numdocs'} && $$self{'numuniq'} == $$other{'numuniq'} && $$self{'avgdoclen'} == $$other{'avgdoclen'} && $$self{'numterms'} == $$other{'numterms'}