Branch Coverage

blib/lib/Bloom/Filter.pm
Criterion Covered Total %
branch 16 28 57.1


line true false branch
85 0 5 unless $$self{'capacity'}
86 0 5 unless $$self{'error_rate'}
87 0 5 unless $$self{'error_rate'} < 1
158 0 0 unless $$self{'filter'}
171 0 2 unless exists $$self{'salts'} and ref $$self{'salts'} and ref $$self{'salts'} eq 'ARRAY'
195 0 103 unless @keys
197 0 103 unless my(@salts) = @{$$self{'salts'};}
200 1 104 if ($$self{'key_count'} >= $$self{'capacity'})
224 0 3 unless @keys
232 1 20 unless $match
236 0 3 wantarray ? :
263 57 443 if (not defined $lowest_m or $m < $lowest_m)
284 0 107 unless $$self{'filter_length'}
285 0 107 unless my(@salts) = @{$$self{'salts'};}