blib/lib/Crypt/Passphrase/System.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 12 | 25.0 |
line | true | false | branch |
---|---|---|---|
37 | 0 | 1 | if (defined(my $settings = $args{'settings'})) { } |
1 | 0 | elsif (my $type = $args{'type'} // $default) { } | |
38 | 0 | 0 | if $settings eq "" |
40 | 0 | 0 | unless my($type) = $settings =~ /\A \$ ([^\$]+) \$ /x |
41 | 0 | 0 | unless $algorithm{$type} |
83 | 1 | 0 | length $self->{'settings'} ? : |