Condition Coverage

blib/lib/Algorithm/MinPerfHashTwoLevel.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
141 30 128 0 defined $seed and length $seed != 16

or 2 conditions

line l !l condition
63 46 47 $o->{'compute_flags'} ||= 0
86 0 95 $self->{'debug'} ||= 0
92 0 95 $self->{'max_tries'} || 10

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 93 delete $o->{'deterministic'} or delete $o->{'canonical'}
169 1 96 0 $self->{'state'} ||= &seed_state($self->_seed)