Branch Coverage

blib/lib/Crypt/PRNG.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
24 0 24 unless defined $len
25 0 24 unless $len > 0
26 0 24 unless length $chars > 0
30 0 24 if $max_index > 65535
35 24 84 if $mask >= $max_index
38 0 24 $max_index > 255 ? :
44 24 1252 if scalar @r == 0
46 196 1080 if $i > $max_index