Branch Coverage

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


line true false branch
156 2 1 if (my $encoding = $info->{'passphrase'})
161 0 2 unless exists $info->{'passphrase_class'} and defined $info->{'passphrase_class'}
167 0 2 unless ref $args eq 'HASH'
176 1 1 unless $self->_passphrase_columns
180 2 0 if (defined(my $meth = $info->{'passphrase_check_method'}))
209 2 0 if exists $ppr_cols->{$col}
226 2 2 unless exists $attr->{$col} and not ref $attr->{$col}