Condition Coverage

blib/lib/Data/Random/String.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 $j =~ /[0-9]/ and lc $contains eq 'numeric'
37 0 0 0 $j =~ /[a-zA-Z]/ and lc $contains eq 'alpha'
43 0 0 0 $j =~ /[a-zA-Z0-9]/ and lc $contains eq 'alphanumeric'

or 2 conditions

line l !l condition
22 0 0 $args{'length'} || '32'
23 0 0 $args{'contains'} || 'alphanumeric'