| blib/lib/Data/Rand/Obscure/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 20 | 60.0 |
| line | true | false | branch |
|---|---|---|---|
| 75 | 0 | 3 | if exists $_{'seeder'} and not $_{'seeder'} |
| 76 | 0 | 3 | if exists $_{'digester'} and not $_{'digester'} |
| 81 | 0 | 3 | unless ref $seeder eq 'CODE' |
| 82 | 0 | 3 | unless ref $digester eq 'CODE' |
| 100 | 0 | 1992 | unless $length > 0 |
| 157 | 61 | 1992 | unless @_ |
| 159 | 1992 | 0 | if exists $_{'length'} |
| 172 | 2 | 10037 | unless ($digest_algorithm) |
| 174 | 2 | 0 | if (eval { do { 'Digest'->new($algorithm) } }) |
| 179 | 0 | 2 | unless $digest_algorithm |