blib/lib/RapidApp/DBIC/Component/PassphraseColumn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
25 | 1 | 6 | if (my $encoding = $info->{'passphrase'}) |
30 | 0 | 1 | unless exists $info->{'passphrase_class'} and defined $info->{'passphrase_class'} |
36 | 0 | 1 | unless ref $args eq 'HASH' |
45 | 1 | 0 | unless $self->_passphrase_columns |
49 | 1 | 0 | if (defined(my $meth = $info->{'passphrase_check_method'})) |
52 | 0 | 5 | unless my $ppr = $row->get_inflated_column($column) |
73 | 3 | 6 | if exists $ppr_cols->{$col} |
83 | 1 | 0 | unless exists $attr->{$col} and not ref $attr->{$col} |