Condition Coverage

lib/Math/String/Charset/Wordlist.pm
Criterion Covered Total %
condition 13 31 41.9


and 3 conditions

line !l l&&!r l&&r condition
71 0 7 0 -f $self->{'_file'} and -e $self->{'_file'}
120 1 0 0 $str eq '' and $self->{'_minlen'} <= 0
379 0 5 0 defined $self->{'_maxlen'} and $count > $self->{'_maxlen'}
403 0 2 0 defined $self->{'_maxlen'} and $count > $self->{'_maxlen'}

or 2 conditions

line l !l condition
47 2 5 $self->{'_type'} ||= 2
48 7 0 $self->{'_order'} ||= 1
69 7 0 $value->{'file'} || ''
367 3 1 shift() || 0
376 5 0 shift() || 0
386 0 0 $self->{'_sep'} || ''
400 2 0 shift() || 0
410 0 0 $self->{'_sep'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
301 0 0 48 not defined $str or $str eq ''