blib/lib/Data/Rand.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 100002 | 0 | 0 | $$options_hr{'use_unique_list'} and not $$options_hr{'details'}{'using_default_list'} |
43 | 100002 | 0 | 0 | $size > @items and $$options_hr{'do_not_repeat_index'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 0 | 0 | 0 | $sec ^ $mic ^ $$ ^ shift() || rand 999999999999999 |
24 | 100000 | 0 | 2 | not defined $size or $size eq '0' |
100000 | 0 | 2 | not defined $size or $size eq '0' or not $size =~ / \A \d+ \z /msx |