Branch Coverage

blib/lib/Crypt/Passphrase/Argon2/AES.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
24 0 1 unless my $peppers = $args{'peppers'}
25 0 1 unless $b <=> $a
28 0 1 unless exists $mode{$cipher}
36 0 1 unless my $mode = $mode{$cipher}
37 0 1 unless my $secret = $self->{'peppers'}{$id}
43 0 2 unless my $mode = $mode{$cipher}
44 0 2 unless my $secret = $self->{'peppers'}{$id}