Branch Coverage

blib/lib/DBIx/Class/PassphraseColumn.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
157 4 2 if (my $encoding = $info->{'passphrase'})
162 0 4 unless exists $info->{'passphrase_class'} and defined $info->{'passphrase_class'}
168 0 4 unless ref $args eq 'HASH'
177 2 2 unless $self->_passphrase_columns
181 4 0 if (defined(my $meth = $info->{'passphrase_check_method'}))
210 12 0 if exists $ppr_cols->{$col}
227 4 4 unless exists $attr->{$col} and not ref $attr->{$col}