blib/lib/Math/Random/Secure/RNG.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
8 | 0 | 5 | $^O =~ /Win32/i ? : |
54 | 1 | 80604 | if ($self->_for_pid != $$) |
64 | 2 | 7 | if ($self->seed_size < 8) |
71 | 4 | 18 | if (length $seed < 8) { } |
4 | 28 | elsif (length $seed <= 10 and $seed =~ /^\d+$/) { } | |
98 | 0 | 3 | if ($source->isa('Crypt::Random::Source::Weak::rand')) |
120 | 12 | 0 | $rng->{'backend'} ? : |