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
136 21 114 0 defined $seed and length $seed != 16

or 2 conditions

line l !l condition
61 1 67 $o->{'compute_flags'} ||= 0
81 0 72 $self->{'debug'} ||= 0
87 0 72 $self->{'max_tries'} || 10

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 68 delete $o->{'deterministic'} or delete $o->{'canonical'}
164 19 91 0 $self->{'state'} ||= &seed_state($self->_seed)