blib/lib/Crypt/DRBG.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 27 | 81.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
141 | 61 | 27 | 5402 | defined $params->{$name} and not ref $params->{$name} |
165 | 54 | 2 | 2688 | defined $params->{$name} and not ref $params->{$name} |
173 | 11 | 0 | 0 | defined $params->{'version'} and $params->{'version'} |
199 | 5482 | 69 | 8 | defined $pid and $pid != $$ |
227 | 0 | 2718 | 9 | not exists $params{'fork_safe'} and $params{'auto'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
147 | 0 | 18 | 70 | $params->{$autoname} or $params->{'auto'} |
171 | 2 | 9 | 45 | $params->{$autoname} or $params->{'auto'} |
227 | 17 | 9 | 2718 | $params{'fork_safe'} or not exists $params{'fork_safe'} and $params{'auto'} |
250 | 5466 | 0 | 82 | not defined $self->{'cache'} or defined $seed |