blib/lib/DBIx/Class/CryptColumn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 1 | unless my $inflate = $self->column_info($col)->{'inflate_passphrase'} |
34 | 1 | 1 | if (my $args = $info->{'inflate_passphrase'}) |
35 | 0 | 1 | unless ref $args eq "HASH" |
39 | 1 | 0 | if (defined(my $name = $args->{'verify_method'})) |
46 | 1 | 0 | if (defined(my $name = $args->{'rehash_method'})) |
53 | 1 | 0 | if (defined(my $name = $args->{'verify_and_rehash_method'})) |
59 | 1 | 0 | if ($result and $crypt_passphrase->needs_rehash($hash)) |
77 | 2 | 1 | if $inflate |