Condition Coverage

blib/lib/Ordeal/Model/ChaCha20.pm
Criterion Covered Total %
condition 2 3 66.6


or 3 conditions

line l !l&&r !l&&!r condition
37 2 1 0 $self->seed // do { my $s = rand 1000000; $s < 4294967295 ? pack('V', $s) : pack('V2', $s, $s >> 32) }