blib/lib/Math/Random/MT/Auto.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 20 | 55.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 5 | 0 | 0 | @_ and &Scalar::Util::looks_like_number($_[0]) |
388 | 14 | 5 | 19 | @{$seed;} < $FULL_SEED and $ii < @{$sources;} |
397 | 7 | 12 | 0 | $ii + 1 < @{$sources;} and &Scalar::Util::looks_like_number($$sources[$ii + 1]) |
451 | 0 | 0 | 15 | $^O ne 'MSWin32' and $^O ne 'Haiku' |
647 | 32 | 0 | 0 | $threads::shared::threads_shared and threads::shared::_id($seed) |
line | l | !l | condition |
---|---|---|---|
290 | 1 | 1 | $_[1] || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
126 | 0 | 0 | 1 | &Scalar::Util::looks_like_number($_[0]) or ref $_[0] eq 'ARRAY' |