Branch Coverage

blib/lib/DBIx/Class/CryptColumn.pm
Criterion Covered Total %
branch 12 20 60.0


line true false branch
18 0 1 unless my $inflate = $self->column_info($col)->{'inflate_passphrase'}
35 1 1 if (my $args = $info->{'inflate_passphrase'})
36 0 1 unless ref $args eq "HASH"
40 1 0 if (defined(my $name = $args->{'verify_method'}))
47 1 0 if (defined(my $name = $args->{'rehash_method'}))
54 1 0 if (defined(my $name = $args->{'verify_and_rehash_method'}))
60 1 0 if ($result and $crypt_passphrase->needs_rehash($hash))
68 1 0 if (defined(my $name = $args->{'recode_hash_method'}))
74 1 0 if ($new_hash ne $old_hash)
93 2 2 if $inflate